Shades of Pale Pink #FFDEE0
Tints of Pale Pink #FFDEE0
RGB
CMYK
RGB Variations
Color information
#FFDEE0 (or 0xFFDEE0) is known color: Pale Pink. HEX triplet: FF, DE and E0. RGB value is (255,222,224). Sum of RGB (Red+Green+Blue) = 255+222+224=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEE0 is #00211F. Grayscale: #E8E8E8. Windows color (decimal): -8480 or 14737151. OLE color: 14737151.
HSL color Cylindrical-coordinate representation of color #FFDEE0: hue angle of 356.36º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDEE0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 224 | - |
| CMYK | 0 | 0.13 | 0.12 | 0 |
| HSL | 356.36º | 1% | 0.94% | - |
| HSV(B) | 356.36º | 0.13% | 1% | - |
| XYZ | 80.82 | 78.88 | 81.49 | - |
| YUV | 232.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 224 | 0 | 0.13 | 0.12 | 0 | 356.36 | 1 | 0.94 |
| Hex | FF | DE | E0 | 0 | D | C | 0 | 164 | 64 | 5E |
| Octal | 377 | 336 | 340 | 0 | 15 | 14 | 0 | 544 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11100000 | 0 | 1101 | 1100 | 0 | 101100100 | 1100100 | 1011110 |
Color Harmonies of #FFDEE0
Complementary color
Monochromatic Colors of #FFDEE0
Black with #FFDEE0
Text Example
Text Example
White with #FFDEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEE0; }
p { color: rgb(255,222,224); }
H1.HeaderClassName
{
color: #FFDEE0;
}
.AnyTagClassName
{
color: #FFDEE0;
}
</style>
background-color css
<style>
a { background-color: #FFDEE0; }
a { background-color: rgb(255,222,224); }
div.DivClassName
{
background-color: #FFDEE0;
}
.BgClassName
{
background-color: #FFDEE0;
}
</style>
border-color css
<style>
span { border-color: #FFDEE0; }
span { border-color: rgb(255,222,224); }
td.TdClassName
{
border-color: #FFDEE0;
}
.TagClassName
{
border-color: #FFDEE0;
}
</style>