Shades of Provincial Pink #FCE1D0
Tints of Provincial Pink #FCE1D0
RGB
CMYK
RGB Variations
Color information
#FCE1D0 (or 0xFCE1D0) is known color: Provincial Pink. HEX triplet: FC, E1 and D0. RGB value is (252,225,208). Sum of RGB (Red+Green+Blue) = 252+225+208=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1D0 is #031E2F. Grayscale: #E7E7E7. Windows color (decimal): -204336 or 13689340. OLE color: 13689340.
HSL color Cylindrical-coordinate representation of color #FCE1D0: hue angle of 23.18º 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 #FCE1D0 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 208 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.01 |
| HSL | 23.18º | 0.88% | 0.9% | - |
| HSV(B) | 23.18º | 0.17% | 0.99% | - |
| XYZ | 78.46 | 79.1 | 70.81 | - |
| YUV | 231.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 208 | 0 | 0.11 | 0.17 | 0.01 | 23.18 | 0.88 | 0.9 |
| Hex | FC | E1 | D0 | 0 | B | 11 | 1 | 17 | 58 | 5A |
| Octal | 374 | 341 | 320 | 0 | 13 | 21 | 1 | 27 | 130 | 132 |
| Binary | 11111100 | 11100001 | 11010000 | 0 | 1011 | 10001 | 1 | 10111 | 1011000 | 1011010 |
Color Harmonies of #FCE1D0
Complementary color
Monochromatic Colors of #FCE1D0
Black with #FCE1D0
Text Example
Text Example
White with #FCE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1D0; }
p { color: rgb(252,225,208); }
H1.HeaderClassName
{
color: #FCE1D0;
}
.AnyTagClassName
{
color: #FCE1D0;
}
</style>
background-color css
<style>
a { background-color: #FCE1D0; }
a { background-color: rgb(252,225,208); }
div.DivClassName
{
background-color: #FCE1D0;
}
.BgClassName
{
background-color: #FCE1D0;
}
</style>
border-color css
<style>
span { border-color: #FCE1D0; }
span { border-color: rgb(252,225,208); }
td.TdClassName
{
border-color: #FCE1D0;
}
.TagClassName
{
border-color: #FCE1D0;
}
</style>