Shades of Pale Pink #FCDEE1
Tints of Pale Pink #FCDEE1
RGB
CMYK
RGB Variations
Color information
#FCDEE1 (or 0xFCDEE1) is known color: Pale Pink. HEX triplet: FC, DE and E1. RGB value is (252,222,225). Sum of RGB (Red+Green+Blue) = 252+222+225=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEE1 is #03211E. Grayscale: #E7E7E7. Windows color (decimal): -205087 or 14802684. OLE color: 14802684.
HSL color Cylindrical-coordinate representation of color #FCDEE1: hue angle of 354º degrees, saturation: 0.83, 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 #FCDEE1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 225 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.01 |
| HSL | 354º | 0.83% | 0.93% | - |
| HSV(B) | 354º | 0.12% | 0.99% | - |
| XYZ | 79.86 | 78.37 | 82.15 | - |
| YUV | 231.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 225 | 0 | 0.12 | 0.11 | 0.01 | 354 | 0.83 | 0.93 |
| Hex | FC | DE | E1 | 0 | C | B | 1 | 162 | 53 | 5D |
| Octal | 374 | 336 | 341 | 0 | 14 | 13 | 1 | 542 | 123 | 135 |
| Binary | 11111100 | 11011110 | 11100001 | 0 | 1100 | 1011 | 1 | 101100010 | 1010011 | 1011101 |
Color Harmonies of #FCDEE1
Complementary color
Monochromatic Colors of #FCDEE1
Black with #FCDEE1
Text Example
Text Example
White with #FCDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEE1; }
p { color: rgb(252,222,225); }
H1.HeaderClassName
{
color: #FCDEE1;
}
.AnyTagClassName
{
color: #FCDEE1;
}
</style>
background-color css
<style>
a { background-color: #FCDEE1; }
a { background-color: rgb(252,222,225); }
div.DivClassName
{
background-color: #FCDEE1;
}
.BgClassName
{
background-color: #FCDEE1;
}
</style>
border-color css
<style>
span { border-color: #FCDEE1; }
span { border-color: rgb(252,222,225); }
td.TdClassName
{
border-color: #FCDEE1;
}
.TagClassName
{
border-color: #FCDEE1;
}
</style>