Shades of Fair Pink #F0E4DD
Tints of Fair Pink #F0E4DD
RGB
CMYK
RGB Variations
Color information
#F0E4DD (or 0xF0E4DD) is known color: Fair Pink. HEX triplet: F0, E4 and DD. RGB value is (240,228,221). Sum of RGB (Red+Green+Blue) = 240+228+221=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4DD is #0F1B22. Grayscale: #E6E6E6. Windows color (decimal): -989987 or 14542064. OLE color: 14542064.
HSL color Cylindrical-coordinate representation of color #F0E4DD: hue angle of 22.11º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E4DD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 221 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.06 |
| HSL | 22.11º | 0.39% | 0.9% | - |
| HSV(B) | 22.11º | 0.08% | 0.94% | - |
| XYZ | 76.73 | 79.23 | 79.66 | - |
| YUV | 230.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 221 | 0 | 0.05 | 0.08 | 0.06 | 22.11 | 0.39 | 0.9 |
| Hex | F0 | E4 | DD | 0 | 5 | 8 | 6 | 16 | 27 | 5A |
| Octal | 360 | 344 | 335 | 0 | 5 | 10 | 6 | 26 | 47 | 132 |
| Binary | 11110000 | 11100100 | 11011101 | 0 | 101 | 1000 | 110 | 10110 | 100111 | 1011010 |
Color Harmonies of #F0E4DD
Complementary color
Monochromatic Colors of #F0E4DD
Black with #F0E4DD
Text Example
Text Example
White with #F0E4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4DD; }
p { color: rgb(240,228,221); }
H1.HeaderClassName
{
color: #F0E4DD;
}
.AnyTagClassName
{
color: #F0E4DD;
}
</style>
background-color css
<style>
a { background-color: #F0E4DD; }
a { background-color: rgb(240,228,221); }
div.DivClassName
{
background-color: #F0E4DD;
}
.BgClassName
{
background-color: #F0E4DD;
}
</style>
border-color css
<style>
span { border-color: #F0E4DD; }
span { border-color: rgb(240,228,221); }
td.TdClassName
{
border-color: #F0E4DD;
}
.TagClassName
{
border-color: #F0E4DD;
}
</style>