Shades of Pale Pink #FCDFE1
Tints of Pale Pink #FCDFE1
RGB
CMYK
RGB Variations
Color information
#FCDFE1 (or 0xFCDFE1) is known color: Pale Pink. HEX triplet: FC, DF and E1. RGB value is (252,223,225). Sum of RGB (Red+Green+Blue) = 252+223+225=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFE1 is #03201E. Grayscale: #E7E7E7. Windows color (decimal): -204831 or 14802940. OLE color: 14802940.
HSL color Cylindrical-coordinate representation of color #FCDFE1: hue angle of 355.86º 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 #FCDFE1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 225 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.01 |
| HSL | 355.86º | 0.83% | 0.93% | - |
| HSV(B) | 355.86º | 0.12% | 0.99% | - |
| XYZ | 80.12 | 78.91 | 82.24 | - |
| YUV | 231.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 225 | 0 | 0.12 | 0.11 | 0.01 | 355.86 | 0.83 | 0.93 |
| Hex | FC | DF | E1 | 0 | C | B | 1 | 164 | 53 | 5D |
| Octal | 374 | 337 | 341 | 0 | 14 | 13 | 1 | 544 | 123 | 135 |
| Binary | 11111100 | 11011111 | 11100001 | 0 | 1100 | 1011 | 1 | 101100100 | 1010011 | 1011101 |
Color Harmonies of #FCDFE1
Complementary color
Monochromatic Colors of #FCDFE1
Black with #FCDFE1
Text Example
Text Example
White with #FCDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFE1; }
p { color: rgb(252,223,225); }
H1.HeaderClassName
{
color: #FCDFE1;
}
.AnyTagClassName
{
color: #FCDFE1;
}
</style>
background-color css
<style>
a { background-color: #FCDFE1; }
a { background-color: rgb(252,223,225); }
div.DivClassName
{
background-color: #FCDFE1;
}
.BgClassName
{
background-color: #FCDFE1;
}
</style>
border-color css
<style>
span { border-color: #FCDFE1; }
span { border-color: rgb(252,223,225); }
td.TdClassName
{
border-color: #FCDFE1;
}
.TagClassName
{
border-color: #FCDFE1;
}
</style>