Shades of Provincial Pink #FFE2D2
Tints of Provincial Pink #FFE2D2
RGB
CMYK
RGB Variations
Color information
#FFE2D2 (or 0xFFE2D2) is known color: Provincial Pink. HEX triplet: FF, E2 and D2. RGB value is (255,226,210). Sum of RGB (Red+Green+Blue) = 255+226+210=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 210 (82.42% from 255 or 30.39% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2D2 is #001D2D. Grayscale: #E8E8E8. Windows color (decimal): -7470 or 13820671. OLE color: 13820671.
HSL color Cylindrical-coordinate representation of color #FFE2D2: hue angle of 21.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFE2D2 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 210 | - |
| CMYK | 0 | 0.11 | 0.18 | 0 |
| HSL | 21.33º | 1% | 0.91% | - |
| HSV(B) | 21.33º | 0.18% | 1% | - |
| XYZ | 80.07 | 80.31 | 72.25 | - |
| YUV | 232.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 210 | 0 | 0.11 | 0.18 | 0 | 21.33 | 1 | 0.91 |
| Hex | FF | E2 | D2 | 0 | B | 12 | 0 | 15 | 64 | 5B |
| Octal | 377 | 342 | 322 | 0 | 13 | 22 | 0 | 25 | 144 | 133 |
| Binary | 11111111 | 11100010 | 11010010 | 0 | 1011 | 10010 | 0 | 10101 | 1100100 | 1011011 |
Color Harmonies of #FFE2D2
Complementary color
Monochromatic Colors of #FFE2D2
Black with #FFE2D2
Text Example
Text Example
White with #FFE2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2D2; }
p { color: rgb(255,226,210); }
H1.HeaderClassName
{
color: #FFE2D2;
}
.AnyTagClassName
{
color: #FFE2D2;
}
</style>
background-color css
<style>
a { background-color: #FFE2D2; }
a { background-color: rgb(255,226,210); }
div.DivClassName
{
background-color: #FFE2D2;
}
.BgClassName
{
background-color: #FFE2D2;
}
</style>
border-color css
<style>
span { border-color: #FFE2D2; }
span { border-color: rgb(255,226,210); }
td.TdClassName
{
border-color: #FFE2D2;
}
.TagClassName
{
border-color: #FFE2D2;
}
</style>