Shades of Pale Pink #FCE3E4
Tints of Pale Pink #FCE3E4
RGB
CMYK
RGB Variations
Color information
#FCE3E4 (or 0xFCE3E4) is known color: Pale Pink. HEX triplet: FC, E3 and E4. RGB value is (252,227,228). Sum of RGB (Red+Green+Blue) = 252+227+228=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 227 (89.06% from 255 or 32.11% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3E4 is #031C1B. Grayscale: #EAEAEA. Windows color (decimal): -203804 or 15000572. OLE color: 15000572.
HSL color Cylindrical-coordinate representation of color #FCE3E4: hue angle of 357.6º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE3E4 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 228 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.01 |
| HSL | 357.6º | 0.81% | 0.94% | - |
| HSV(B) | 357.6º | 0.1% | 0.99% | - |
| XYZ | 81.62 | 81.24 | 84.78 | - |
| YUV | 234.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 228 | 0 | 0.10 | 0.10 | 0.01 | 357.6 | 0.81 | 0.94 |
| Hex | FC | E3 | E4 | 0 | A | A | 1 | 166 | 51 | 5E |
| Octal | 374 | 343 | 344 | 0 | 12 | 12 | 1 | 546 | 121 | 136 |
| Binary | 11111100 | 11100011 | 11100100 | 0 | 1010 | 1010 | 1 | 101100110 | 1010001 | 1011110 |
Color Harmonies of #FCE3E4
Complementary color
Monochromatic Colors of #FCE3E4
Black with #FCE3E4
Text Example
Text Example
White with #FCE3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3E4; }
p { color: rgb(252,227,228); }
H1.HeaderClassName
{
color: #FCE3E4;
}
.AnyTagClassName
{
color: #FCE3E4;
}
</style>
background-color css
<style>
a { background-color: #FCE3E4; }
a { background-color: rgb(252,227,228); }
div.DivClassName
{
background-color: #FCE3E4;
}
.BgClassName
{
background-color: #FCE3E4;
}
</style>
border-color css
<style>
span { border-color: #FCE3E4; }
span { border-color: rgb(252,227,228); }
td.TdClassName
{
border-color: #FCE3E4;
}
.TagClassName
{
border-color: #FCE3E4;
}
</style>