Shades of Pale Pink #F4DEE0
Tints of Pale Pink #F4DEE0
RGB
CMYK
RGB Variations
Color information
#F4DEE0 (or 0xF4DEE0) is known color: Pale Pink. HEX triplet: F4, DE and E0. RGB value is (244,222,224). Sum of RGB (Red+Green+Blue) = 244+222+224=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DEE0 is #0B211F. Grayscale: #E4E4E4. Windows color (decimal): -729376 or 14737140. OLE color: 14737140.
HSL color Cylindrical-coordinate representation of color #F4DEE0: hue angle of 354.55º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DEE0 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 224 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.04 |
| HSL | 354.55º | 0.5% | 0.91% | - |
| HSV(B) | 354.55º | 0.09% | 0.96% | - |
| XYZ | 76.88 | 76.86 | 81.3 | - |
| YUV | 228.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 224 | 0 | 0.09 | 0.08 | 0.04 | 354.55 | 0.5 | 0.91 |
| Hex | F4 | DE | E0 | 0 | 9 | 8 | 4 | 163 | 32 | 5B |
| Octal | 364 | 336 | 340 | 0 | 11 | 10 | 4 | 543 | 62 | 133 |
| Binary | 11110100 | 11011110 | 11100000 | 0 | 1001 | 1000 | 100 | 101100011 | 110010 | 1011011 |
Color Harmonies of #F4DEE0
Complementary color
Monochromatic Colors of #F4DEE0
Black with #F4DEE0
Text Example
Text Example
White with #F4DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DEE0; }
p { color: rgb(244,222,224); }
H1.HeaderClassName
{
color: #F4DEE0;
}
.AnyTagClassName
{
color: #F4DEE0;
}
</style>
background-color css
<style>
a { background-color: #F4DEE0; }
a { background-color: rgb(244,222,224); }
div.DivClassName
{
background-color: #F4DEE0;
}
.BgClassName
{
background-color: #F4DEE0;
}
</style>
border-color css
<style>
span { border-color: #F4DEE0; }
span { border-color: rgb(244,222,224); }
td.TdClassName
{
border-color: #F4DEE0;
}
.TagClassName
{
border-color: #F4DEE0;
}
</style>