Shades of Fair Pink #F4E5DC
Tints of Fair Pink #F4E5DC
RGB
CMYK
RGB Variations
Color information
#F4E5DC (or 0xF4E5DC) is known color: Fair Pink. HEX triplet: F4, E5 and DC. RGB value is (244,229,220). Sum of RGB (Red+Green+Blue) = 244+229+220=693 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.21% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E5DC is #0B1A23. Grayscale: #E8E8E8. Windows color (decimal): -727588 or 14476788. OLE color: 14476788.
HSL color Cylindrical-coordinate representation of color #F4E5DC: hue angle of 22.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4E5DC is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 229 | 220 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.04 |
| HSL | 22.5º | 0.52% | 0.91% | - |
| HSV(B) | 22.5º | 0.1% | 0.96% | - |
| XYZ | 78.25 | 80.44 | 79.11 | - |
| YUV | 232.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 229 | 220 | 0 | 0.06 | 0.10 | 0.04 | 22.5 | 0.52 | 0.91 |
| Hex | F4 | E5 | DC | 0 | 6 | A | 4 | 16 | 34 | 5B |
| Octal | 364 | 345 | 334 | 0 | 6 | 12 | 4 | 26 | 64 | 133 |
| Binary | 11110100 | 11100101 | 11011100 | 0 | 110 | 1010 | 100 | 10110 | 110100 | 1011011 |
Color Harmonies of #F4E5DC
Complementary color
Monochromatic Colors of #F4E5DC
Black with #F4E5DC
Text Example
Text Example
White with #F4E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E5DC; }
p { color: rgb(244,229,220); }
H1.HeaderClassName
{
color: #F4E5DC;
}
.AnyTagClassName
{
color: #F4E5DC;
}
</style>
background-color css
<style>
a { background-color: #F4E5DC; }
a { background-color: rgb(244,229,220); }
div.DivClassName
{
background-color: #F4E5DC;
}
.BgClassName
{
background-color: #F4E5DC;
}
</style>
border-color css
<style>
span { border-color: #F4E5DC; }
span { border-color: rgb(244,229,220); }
td.TdClassName
{
border-color: #F4E5DC;
}
.TagClassName
{
border-color: #F4E5DC;
}
</style>