Shades of Pale Pink #FDDEE0
Tints of Pale Pink #FDDEE0
RGB
CMYK
RGB Variations
Color information
#FDDEE0 (or 0xFDDEE0) is known color: Pale Pink. HEX triplet: FD, DE and E0. RGB value is (253,222,224). Sum of RGB (Red+Green+Blue) = 253+222+224=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEE0 is #02211F. Grayscale: #E7E7E7. Windows color (decimal): -139552 or 14737149. OLE color: 14737149.
HSL color Cylindrical-coordinate representation of color #FDDEE0: hue angle of 356.13º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEE0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 224 | - |
CMYK | 0 | 0.12 | 0.11 | 0.01 |
HSL | 356.13º | 0.89% | 0.93% | - |
HSV(B) | 356.13º | 0.12% | 0.99% | - |
XYZ | 80.08 | 78.51 | 81.45 | - |
YUV | 231.5 | 123.77 | 143.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 224 | 0 | 0.12 | 0.11 | 0.01 | 356.13 | 0.89 | 0.93 |
Hex | FD | DE | E0 | 0 | C | B | 1 | 164 | 59 | 5D |
Octal | 375 | 336 | 340 | 0 | 14 | 13 | 1 | 544 | 131 | 135 |
Binary | 11111101 | 11011110 | 11100000 | 0 | 1100 | 1011 | 1 | 101100100 | 1011001 | 1011101 |
Color Harmonies of #FDDEE0
Complementary color
Monochromatic Colors of #FDDEE0
Black with #FDDEE0
Text Example
Text Example
White with #FDDEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEE0; }
p { color: rgb(253,222,224); }
H1.HeaderClassName
{
color: #FDDEE0;
}
.AnyTagClassName
{
color: #FDDEE0;
}
</style>
background-color css
<style>
a { background-color: #FDDEE0; }
a { background-color: rgb(253,222,224); }
div.DivClassName
{
background-color: #FDDEE0;
}
.BgClassName
{
background-color: #FDDEE0;
}
</style>
border-color css
<style>
span { border-color: #FDDEE0; }
span { border-color: rgb(253,222,224); }
td.TdClassName
{
border-color: #FDDEE0;
}
.TagClassName
{
border-color: #FDDEE0;
}
</style>