Shades of Provincial Pink #FCE0D0
Tints of Provincial Pink #FCE0D0
RGB
CMYK
RGB Variations
Color information
#FCE0D0 (or 0xFCE0D0) is known color: Provincial Pink. HEX triplet: FC, E0 and D0. RGB value is (252,224,208). Sum of RGB (Red+Green+Blue) = 252+224+208=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0D0 is #031F2F. Grayscale: #E6E6E6. Windows color (decimal): -204592 or 13689084. OLE color: 13689084.
HSL color Cylindrical-coordinate representation of color #FCE0D0: hue angle of 21.82º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCE0D0 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 208 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.01 |
| HSL | 21.82º | 0.88% | 0.9% | - |
| HSV(B) | 21.82º | 0.17% | 0.99% | - |
| XYZ | 78.19 | 78.56 | 70.72 | - |
| YUV | 230.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 208 | 0 | 0.11 | 0.17 | 0.01 | 21.82 | 0.88 | 0.9 |
| Hex | FC | E0 | D0 | 0 | B | 11 | 1 | 16 | 58 | 5A |
| Octal | 374 | 340 | 320 | 0 | 13 | 21 | 1 | 26 | 130 | 132 |
| Binary | 11111100 | 11100000 | 11010000 | 0 | 1011 | 10001 | 1 | 10110 | 1011000 | 1011010 |
Color Harmonies of #FCE0D0
Complementary color
Monochromatic Colors of #FCE0D0
Black with #FCE0D0
Text Example
Text Example
White with #FCE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0D0; }
p { color: rgb(252,224,208); }
H1.HeaderClassName
{
color: #FCE0D0;
}
.AnyTagClassName
{
color: #FCE0D0;
}
</style>
background-color css
<style>
a { background-color: #FCE0D0; }
a { background-color: rgb(252,224,208); }
div.DivClassName
{
background-color: #FCE0D0;
}
.BgClassName
{
background-color: #FCE0D0;
}
</style>
border-color css
<style>
span { border-color: #FCE0D0; }
span { border-color: rgb(252,224,208); }
td.TdClassName
{
border-color: #FCE0D0;
}
.TagClassName
{
border-color: #FCE0D0;
}
</style>