Shades of Provincial Pink #FCE1D2
Tints of Provincial Pink #FCE1D2
RGB
CMYK
RGB Variations
Color information
#FCE1D2 (or 0xFCE1D2) is known color: Provincial Pink. HEX triplet: FC, E1 and D2. RGB value is (252,225,210). Sum of RGB (Red+Green+Blue) = 252+225+210=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 210 (82.42% from 255 or 30.57% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1D2 is #031E2D. Grayscale: #E7E7E7. Windows color (decimal): -204334 or 13820412. OLE color: 13820412.
HSL color Cylindrical-coordinate representation of color #FCE1D2: hue angle of 21.43º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCE1D2 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 210 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.01 |
| HSL | 21.43º | 0.88% | 0.91% | - |
| HSV(B) | 21.43º | 0.17% | 0.99% | - |
| XYZ | 78.7 | 79.2 | 72.11 | - |
| YUV | 231.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 210 | 0 | 0.11 | 0.17 | 0.01 | 21.43 | 0.88 | 0.91 |
| Hex | FC | E1 | D2 | 0 | B | 11 | 1 | 15 | 58 | 5B |
| Octal | 374 | 341 | 322 | 0 | 13 | 21 | 1 | 25 | 130 | 133 |
| Binary | 11111100 | 11100001 | 11010010 | 0 | 1011 | 10001 | 1 | 10101 | 1011000 | 1011011 |
Color Harmonies of #FCE1D2
Complementary color
Monochromatic Colors of #FCE1D2
Black with #FCE1D2
Text Example
Text Example
White with #FCE1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1D2; }
p { color: rgb(252,225,210); }
H1.HeaderClassName
{
color: #FCE1D2;
}
.AnyTagClassName
{
color: #FCE1D2;
}
</style>
background-color css
<style>
a { background-color: #FCE1D2; }
a { background-color: rgb(252,225,210); }
div.DivClassName
{
background-color: #FCE1D2;
}
.BgClassName
{
background-color: #FCE1D2;
}
</style>
border-color css
<style>
span { border-color: #FCE1D2; }
span { border-color: rgb(252,225,210); }
td.TdClassName
{
border-color: #FCE1D2;
}
.TagClassName
{
border-color: #FCE1D2;
}
</style>