Shades of Pale Pink #FCDDE0
Tints of Pale Pink #FCDDE0
RGB
CMYK
RGB Variations
Color information
#FCDDE0 (or 0xFCDDE0) is known color: Pale Pink. HEX triplet: FC, DD and E0. RGB value is (252,221,224). Sum of RGB (Red+Green+Blue) = 252+221+224=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDE0 is #03221F. Grayscale: #E6E6E6. Windows color (decimal): -205344 or 14736892. OLE color: 14736892.
HSL color Cylindrical-coordinate representation of color #FCDDE0: hue angle of 354.19º degrees, saturation: 0.84, 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 #FCDDE0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 224 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.01 |
| HSL | 354.19º | 0.84% | 0.93% | - |
| HSV(B) | 354.19º | 0.12% | 0.99% | - |
| XYZ | 79.46 | 77.79 | 81.35 | - |
| YUV | 230.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 224 | 0 | 0.12 | 0.11 | 0.01 | 354.19 | 0.84 | 0.93 |
| Hex | FC | DD | E0 | 0 | C | B | 1 | 162 | 54 | 5D |
| Octal | 374 | 335 | 340 | 0 | 14 | 13 | 1 | 542 | 124 | 135 |
| Binary | 11111100 | 11011101 | 11100000 | 0 | 1100 | 1011 | 1 | 101100010 | 1010100 | 1011101 |
Color Harmonies of #FCDDE0
Complementary color
Monochromatic Colors of #FCDDE0
Black with #FCDDE0
Text Example
Text Example
White with #FCDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDE0; }
p { color: rgb(252,221,224); }
H1.HeaderClassName
{
color: #FCDDE0;
}
.AnyTagClassName
{
color: #FCDDE0;
}
</style>
background-color css
<style>
a { background-color: #FCDDE0; }
a { background-color: rgb(252,221,224); }
div.DivClassName
{
background-color: #FCDDE0;
}
.BgClassName
{
background-color: #FCDDE0;
}
</style>
border-color css
<style>
span { border-color: #FCDDE0; }
span { border-color: rgb(252,221,224); }
td.TdClassName
{
border-color: #FCDDE0;
}
.TagClassName
{
border-color: #FCDDE0;
}
</style>