Shades of Pale Pink #FCDFE0
Tints of Pale Pink #FCDFE0
RGB
CMYK
RGB Variations
Color information
#FCDFE0 (or 0xFCDFE0) is known color: Pale Pink. HEX triplet: FC, DF and E0. RGB value is (252,223,224). Sum of RGB (Red+Green+Blue) = 252+223+224=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFE0 is #03201F. Grayscale: #E7E7E7. Windows color (decimal): -204832 or 14737404. OLE color: 14737404.
HSL color Cylindrical-coordinate representation of color #FCDFE0: hue angle of 357.93º 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 #FCDFE0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 224 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.01 |
| HSL | 357.93º | 0.83% | 0.93% | - |
| HSV(B) | 357.93º | 0.12% | 0.99% | - |
| XYZ | 79.99 | 78.85 | 81.53 | - |
| YUV | 231.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 224 | 0 | 0.12 | 0.11 | 0.01 | 357.93 | 0.83 | 0.93 |
| Hex | FC | DF | E0 | 0 | C | B | 1 | 166 | 53 | 5D |
| Octal | 374 | 337 | 340 | 0 | 14 | 13 | 1 | 546 | 123 | 135 |
| Binary | 11111100 | 11011111 | 11100000 | 0 | 1100 | 1011 | 1 | 101100110 | 1010011 | 1011101 |
Color Harmonies of #FCDFE0
Complementary color
Monochromatic Colors of #FCDFE0
Black with #FCDFE0
Text Example
Text Example
White with #FCDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFE0; }
p { color: rgb(252,223,224); }
H1.HeaderClassName
{
color: #FCDFE0;
}
.AnyTagClassName
{
color: #FCDFE0;
}
</style>
background-color css
<style>
a { background-color: #FCDFE0; }
a { background-color: rgb(252,223,224); }
div.DivClassName
{
background-color: #FCDFE0;
}
.BgClassName
{
background-color: #FCDFE0;
}
</style>
border-color css
<style>
span { border-color: #FCDFE0; }
span { border-color: rgb(252,223,224); }
td.TdClassName
{
border-color: #FCDFE0;
}
.TagClassName
{
border-color: #FCDFE0;
}
</style>