Shades of Fair Pink #F0E2D8
Tints of Fair Pink #F0E2D8
RGB
CMYK
RGB Variations
Color information
#F0E2D8 (or 0xF0E2D8) is known color: Fair Pink. HEX triplet: F0, E2 and D8. RGB value is (240,226,216). Sum of RGB (Red+Green+Blue) = 240+226+216=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2D8 is #0F1D27. Grayscale: #E5E5E5. Windows color (decimal): -990504 or 14213872. OLE color: 14213872.
HSL color Cylindrical-coordinate representation of color #F0E2D8: hue angle of 25º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0E2D8 is Cyan = 0, Magento = 0.06, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 216 | - |
| CMYK | 0 | 0.06 | 0.1 | 0.06 |
| HSL | 25º | 0.44% | 0.89% | - |
| HSV(B) | 25º | 0.1% | 0.94% | - |
| XYZ | 75.53 | 77.88 | 76.02 | - |
| YUV | 229.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 216 | 0 | 0.06 | 0.1 | 0.06 | 25 | 0.44 | 0.89 |
| Hex | F0 | E2 | D8 | 0 | 6 | A | 6 | 19 | 2C | 59 |
| Octal | 360 | 342 | 330 | 0 | 6 | 12 | 6 | 31 | 54 | 131 |
| Binary | 11110000 | 11100010 | 11011000 | 0 | 110 | 1010 | 110 | 11001 | 101100 | 1011001 |
Color Harmonies of #F0E2D8
Complementary color
Monochromatic Colors of #F0E2D8
Black with #F0E2D8
Text Example
Text Example
White with #F0E2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2D8; }
p { color: rgb(240,226,216); }
H1.HeaderClassName
{
color: #F0E2D8;
}
.AnyTagClassName
{
color: #F0E2D8;
}
</style>
background-color css
<style>
a { background-color: #F0E2D8; }
a { background-color: rgb(240,226,216); }
div.DivClassName
{
background-color: #F0E2D8;
}
.BgClassName
{
background-color: #F0E2D8;
}
</style>
border-color css
<style>
span { border-color: #F0E2D8; }
span { border-color: rgb(240,226,216); }
td.TdClassName
{
border-color: #F0E2D8;
}
.TagClassName
{
border-color: #F0E2D8;
}
</style>