Shades of Provincial Pink #FCE1D1
Tints of Provincial Pink #FCE1D1
RGB
CMYK
RGB Variations
Color information
#FCE1D1 (or 0xFCE1D1) is known color: Provincial Pink. HEX triplet: FC, E1 and D1. RGB value is (252,225,209). Sum of RGB (Red+Green+Blue) = 252+225+209=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 209 (82.03% from 255 or 30.47% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1D1 is #031E2E. Grayscale: #E7E7E7. Windows color (decimal): -204335 or 13754876. OLE color: 13754876.
HSL color Cylindrical-coordinate representation of color #FCE1D1: hue angle of 22.33º 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 #FCE1D1 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 209 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.01 |
| HSL | 22.33º | 0.88% | 0.9% | - |
| HSV(B) | 22.33º | 0.17% | 0.99% | - |
| XYZ | 78.58 | 79.15 | 71.46 | - |
| YUV | 231.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 209 | 0 | 0.11 | 0.17 | 0.01 | 22.33 | 0.88 | 0.9 |
| Hex | FC | E1 | D1 | 0 | B | 11 | 1 | 16 | 58 | 5A |
| Octal | 374 | 341 | 321 | 0 | 13 | 21 | 1 | 26 | 130 | 132 |
| Binary | 11111100 | 11100001 | 11010001 | 0 | 1011 | 10001 | 1 | 10110 | 1011000 | 1011010 |
Color Harmonies of #FCE1D1
Complementary color
Monochromatic Colors of #FCE1D1
Black with #FCE1D1
Text Example
Text Example
White with #FCE1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1D1; }
p { color: rgb(252,225,209); }
H1.HeaderClassName
{
color: #FCE1D1;
}
.AnyTagClassName
{
color: #FCE1D1;
}
</style>
background-color css
<style>
a { background-color: #FCE1D1; }
a { background-color: rgb(252,225,209); }
div.DivClassName
{
background-color: #FCE1D1;
}
.BgClassName
{
background-color: #FCE1D1;
}
</style>
border-color css
<style>
span { border-color: #FCE1D1; }
span { border-color: rgb(252,225,209); }
td.TdClassName
{
border-color: #FCE1D1;
}
.TagClassName
{
border-color: #FCE1D1;
}
</style>