Shades of Provincial Pink #FCE2D5
Tints of Provincial Pink #FCE2D5
RGB
CMYK
RGB Variations
Color information
#FCE2D5 (or 0xFCE2D5) is known color: Provincial Pink. HEX triplet: FC, E2 and D5. RGB value is (252,226,213). Sum of RGB (Red+Green+Blue) = 252+226+213=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 213 (83.59% from 255 or 30.82% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2D5 is #031D2A. Grayscale: #E8E8E8. Windows color (decimal): -204075 or 14017276. OLE color: 14017276.
HSL color Cylindrical-coordinate representation of color #FCE2D5: hue angle of 20º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCE2D5 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 226 | 213 | - |
CMYK | 0 | 0.10 | 0.15 | 0.01 |
HSL | 20º | 0.87% | 0.91% | - |
HSV(B) | 20º | 0.15% | 0.99% | - |
XYZ | 79.35 | 79.89 | 74.19 | - |
YUV | 232.29 | 117.11 | 142.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 213 | 0 | 0.10 | 0.15 | 0.01 | 20 | 0.87 | 0.91 |
Hex | FC | E2 | D5 | 0 | A | F | 1 | 14 | 57 | 5B |
Octal | 374 | 342 | 325 | 0 | 12 | 17 | 1 | 24 | 127 | 133 |
Binary | 11111100 | 11100010 | 11010101 | 0 | 1010 | 1111 | 1 | 10100 | 1010111 | 1011011 |
Color Harmonies of #FCE2D5
Complementary color
Monochromatic Colors of #FCE2D5
Black with #FCE2D5
Text Example
Text Example
White with #FCE2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2D5; }
p { color: rgb(252,226,213); }
H1.HeaderClassName
{
color: #FCE2D5;
}
.AnyTagClassName
{
color: #FCE2D5;
}
</style>
background-color css
<style>
a { background-color: #FCE2D5; }
a { background-color: rgb(252,226,213); }
div.DivClassName
{
background-color: #FCE2D5;
}
.BgClassName
{
background-color: #FCE2D5;
}
</style>
border-color css
<style>
span { border-color: #FCE2D5; }
span { border-color: rgb(252,226,213); }
td.TdClassName
{
border-color: #FCE2D5;
}
.TagClassName
{
border-color: #FCE2D5;
}
</style>