Shades of Fair Pink #F0E2DA
Tints of Fair Pink #F0E2DA
RGB
CMYK
RGB Variations
Color information
#F0E2DA (or 0xF0E2DA) is known color: Fair Pink. HEX triplet: F0, E2 and DA. RGB value is (240,226,218). Sum of RGB (Red+Green+Blue) = 240+226+218=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2DA is #0F1D25. Grayscale: #E5E5E5. Windows color (decimal): -990502 or 14344944. OLE color: 14344944.
HSL color Cylindrical-coordinate representation of color #F0E2DA: hue angle of 21.82º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E2DA is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 218 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.06 |
| HSL | 21.82º | 0.42% | 0.9% | - |
| HSV(B) | 21.82º | 0.09% | 0.94% | - |
| XYZ | 75.79 | 77.98 | 77.39 | - |
| YUV | 229.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 218 | 0 | 0.06 | 0.09 | 0.06 | 21.82 | 0.42 | 0.9 |
| Hex | F0 | E2 | DA | 0 | 6 | 9 | 6 | 16 | 2A | 5A |
| Octal | 360 | 342 | 332 | 0 | 6 | 11 | 6 | 26 | 52 | 132 |
| Binary | 11110000 | 11100010 | 11011010 | 0 | 110 | 1001 | 110 | 10110 | 101010 | 1011010 |
Color Harmonies of #F0E2DA
Complementary color
Monochromatic Colors of #F0E2DA
Black with #F0E2DA
Text Example
Text Example
White with #F0E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2DA; }
p { color: rgb(240,226,218); }
H1.HeaderClassName
{
color: #F0E2DA;
}
.AnyTagClassName
{
color: #F0E2DA;
}
</style>
background-color css
<style>
a { background-color: #F0E2DA; }
a { background-color: rgb(240,226,218); }
div.DivClassName
{
background-color: #F0E2DA;
}
.BgClassName
{
background-color: #F0E2DA;
}
</style>
border-color css
<style>
span { border-color: #F0E2DA; }
span { border-color: rgb(240,226,218); }
td.TdClassName
{
border-color: #F0E2DA;
}
.TagClassName
{
border-color: #F0E2DA;
}
</style>