Shades of Fair Pink #F0E1D6
Tints of Fair Pink #F0E1D6
RGB
CMYK
RGB Variations
Color information
#F0E1D6 (or 0xF0E1D6) is known color: Fair Pink. HEX triplet: F0, E1 and D6. RGB value is (240,225,214). Sum of RGB (Red+Green+Blue) = 240+225+214=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 214 (83.98% from 255 or 31.52% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1D6 is #0F1E29. Grayscale: #E4E4E4. Windows color (decimal): -990762 or 14082544. OLE color: 14082544.
HSL color Cylindrical-coordinate representation of color #F0E1D6: hue angle of 25.38º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0E1D6 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 214 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.06 |
| HSL | 25.38º | 0.46% | 0.89% | - |
| HSV(B) | 25.38º | 0.11% | 0.94% | - |
| XYZ | 75 | 77.23 | 74.57 | - |
| YUV | 228.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 214 | 0 | 0.06 | 0.11 | 0.06 | 25.38 | 0.46 | 0.89 |
| Hex | F0 | E1 | D6 | 0 | 6 | B | 6 | 19 | 2E | 59 |
| Octal | 360 | 341 | 326 | 0 | 6 | 13 | 6 | 31 | 56 | 131 |
| Binary | 11110000 | 11100001 | 11010110 | 0 | 110 | 1011 | 110 | 11001 | 101110 | 1011001 |
Color Harmonies of #F0E1D6
Complementary color
Monochromatic Colors of #F0E1D6
Black with #F0E1D6
Text Example
Text Example
White with #F0E1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1D6; }
p { color: rgb(240,225,214); }
H1.HeaderClassName
{
color: #F0E1D6;
}
.AnyTagClassName
{
color: #F0E1D6;
}
</style>
background-color css
<style>
a { background-color: #F0E1D6; }
a { background-color: rgb(240,225,214); }
div.DivClassName
{
background-color: #F0E1D6;
}
.BgClassName
{
background-color: #F0E1D6;
}
</style>
border-color css
<style>
span { border-color: #F0E1D6; }
span { border-color: rgb(240,225,214); }
td.TdClassName
{
border-color: #F0E1D6;
}
.TagClassName
{
border-color: #F0E1D6;
}
</style>