Shades of Pale Pink #FFDEE1
Tints of Pale Pink #FFDEE1
RGB
CMYK
RGB Variations
Color information
#FFDEE1 (or 0xFFDEE1) is known color: Pale Pink. HEX triplet: FF, DE and E1. RGB value is (255,222,225). Sum of RGB (Red+Green+Blue) = 255+222+225=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 225 (88.28% from 255 or 32.05% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEE1 is #00211E. Grayscale: #E8E8E8. Windows color (decimal): -8479 or 14802687. OLE color: 14802687.
HSL color Cylindrical-coordinate representation of color #FFDEE1: hue angle of 354.55º 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 #FFDEE1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 225 | - |
| CMYK | 0 | 0.13 | 0.12 | 0 |
| HSL | 354.55º | 1% | 0.94% | - |
| HSV(B) | 354.55º | 0.13% | 1% | - |
| XYZ | 80.95 | 78.94 | 82.2 | - |
| YUV | 232.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 225 | 0 | 0.13 | 0.12 | 0 | 354.55 | 1 | 0.94 |
| Hex | FF | DE | E1 | 0 | D | C | 0 | 163 | 64 | 5E |
| Octal | 377 | 336 | 341 | 0 | 15 | 14 | 0 | 543 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11100001 | 0 | 1101 | 1100 | 0 | 101100011 | 1100100 | 1011110 |
Color Harmonies of #FFDEE1
Complementary color
Monochromatic Colors of #FFDEE1
Black with #FFDEE1
Text Example
Text Example
White with #FFDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEE1; }
p { color: rgb(255,222,225); }
H1.HeaderClassName
{
color: #FFDEE1;
}
.AnyTagClassName
{
color: #FFDEE1;
}
</style>
background-color css
<style>
a { background-color: #FFDEE1; }
a { background-color: rgb(255,222,225); }
div.DivClassName
{
background-color: #FFDEE1;
}
.BgClassName
{
background-color: #FFDEE1;
}
</style>
border-color css
<style>
span { border-color: #FFDEE1; }
span { border-color: rgb(255,222,225); }
td.TdClassName
{
border-color: #FFDEE1;
}
.TagClassName
{
border-color: #FFDEE1;
}
</style>