color details

Color Details
#f2b0ce Color Hex

#f2b0ce color RGB value is (15, 43, 12).
#f2b0ce hex color red value is 15, green value is 43, and blue value is 12.
Cylindrical-coordinate representations (HSL) of color #f2b0ce hue: 114.19, saturation: 0.56 and lightness: 0.11.

The process color (four-color CMYK) of #f2b0ce color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f2b0ce is #ff9999. Color #f2b0ce contains mainly RED.

Color Spaces
Color spaces of #f2b0ceValue
RGB242, 176, 206
HSL0.92, 0.72, 0.82
HSV333°, 27°, 95°
XYZ63.28, 54.39, 65.54
Base Numbers
Base Red Green Blue
Binary 11110010 10110000 11001110
Octal 362 260 316
Decimal 242 176 206
Hex F2 B0 CE

RGB Percentages for Color #f2b0ce

38.78%
28.21%
33.01%

CMYK Percentages of the Color #f2b0ce

27.27%
14.88%
5.1%
CSS Codes for Color #f2b0ce
.mybgColor {background-color: #f2b0ce;}
.myforeColor {color: #f2b0ce;}
.myborderColor {border:3px solid #f2b0ce;}
Text Font Color #f2b0ce

<p style="color:#f2b0ce">Text here</p>

This sample text is styled with the font color #f2b0ce. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #f2b0ce

<div style="background-color:#f2b0ce">Div content here</div>

The background color of this div is #f2b0ce
Border Color #f2b0ce

<div style="border:3px solid #f2b0ce">Div here</div>

The border color of this div is #f2b0ce
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(242, 176, 206, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #f2b0ce;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #f2b0ce;
-webkit-box-shadow: 1px 1px 3px #f2b0ce;
box-shadow: 1px 1px 3px #f2b0ce;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242, 176, 206, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #f2b0ce;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #f2b0ce; -webkit-box-shadow: 1px 1px 3px #f2b0ce; box-shadow: 1px 1px 3px #f2b0ce;">Div content here</div>

This div box has a shadow with a specified color. #f2b0ce
Scroll to Top