color details

Color Details
#f0c6ef Color Hex

#f0c6ef color RGB value is (15, 12, 110).
#f0c6ef hex color red value is 15, green value is 12, and blue value is 110.
Cylindrical-coordinate representations (HSL) of color #f0c6ef hue: 241.84, saturation: 0.8 and lightness: 0.24.

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

Color Spaces
Color spaces of #f0c6efValue
RGB240, 198, 239
HSL0.84, 0.58, 0.86
HSV301°, 18°, 94°
XYZ71.71, 65.15, 90.44
Base Numbers
Base Red Green Blue
Binary 11110000 11000110 11101111
Octal 360 306 357
Decimal 240 198 239
Hex F0 C6 EF

RGB Percentages for Color #f0c6ef

35.45%
29.25%
35.3%

CMYK Percentages of the Color #f0c6ef

17.5%
0.42%
5.88%
CSS Codes for Color #f0c6ef
.mybgColor {background-color: #f0c6ef;}
.myforeColor {color: #f0c6ef;}
.myborderColor {border:3px solid #f0c6ef;}
Text Font Color #f0c6ef

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

This sample text is styled with the font color #f0c6ef. 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 #f0c6ef

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(240, 198, 239, 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 #f0c6ef;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #f0c6ef

Scroll to Top