Shades of Pale Pink #FCE0E1
Tints of Pale Pink #FCE0E1
RGB
CMYK
RGB Variations
Color information
#FCE0E1 (or 0xFCE0E1) is known color: Pale Pink. HEX triplet: FC, E0 and E1. RGB value is (252,224,225). Sum of RGB (Red+Green+Blue) = 252+224+225=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 225 (88.28% from 255 or 32.10% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0E1 is #031F1E. Grayscale: #E8E8E8. Windows color (decimal): -204575 or 14803196. OLE color: 14803196.
HSL color Cylindrical-coordinate representation of color #FCE0E1: hue angle of 357.86º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0E1 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 225 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.01 |
| HSL | 357.86º | 0.82% | 0.93% | - |
| HSV(B) | 357.86º | 0.11% | 0.99% | - |
| XYZ | 80.39 | 79.44 | 82.33 | - |
| YUV | 232.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 225 | 0 | 0.11 | 0.11 | 0.01 | 357.86 | 0.82 | 0.93 |
| Hex | FC | E0 | E1 | 0 | B | B | 1 | 166 | 52 | 5D |
| Octal | 374 | 340 | 341 | 0 | 13 | 13 | 1 | 546 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11100001 | 0 | 1011 | 1011 | 1 | 101100110 | 1010010 | 1011101 |
Color Harmonies of #FCE0E1
Complementary color
Monochromatic Colors of #FCE0E1
Black with #FCE0E1
Text Example
Text Example
White with #FCE0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0E1; }
p { color: rgb(252,224,225); }
H1.HeaderClassName
{
color: #FCE0E1;
}
.AnyTagClassName
{
color: #FCE0E1;
}
</style>
background-color css
<style>
a { background-color: #FCE0E1; }
a { background-color: rgb(252,224,225); }
div.DivClassName
{
background-color: #FCE0E1;
}
.BgClassName
{
background-color: #FCE0E1;
}
</style>
border-color css
<style>
span { border-color: #FCE0E1; }
span { border-color: rgb(252,224,225); }
td.TdClassName
{
border-color: #FCE0E1;
}
.TagClassName
{
border-color: #FCE0E1;
}
</style>