Shades of Provincial Pink #FFE2D1
Tints of Provincial Pink #FFE2D1
RGB
CMYK
RGB Variations
Color information
#FFE2D1 (or 0xFFE2D1) is known color: Provincial Pink. HEX triplet: FF, E2 and D1. RGB value is (255,226,209). Sum of RGB (Red+Green+Blue) = 255+226+209=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 209 (82.03% from 255 or 30.29% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2D1 is #001D2E. Grayscale: #E8E8E8. Windows color (decimal): -7471 or 13755135. OLE color: 13755135.
HSL color Cylindrical-coordinate representation of color #FFE2D1: hue angle of 22.17º 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 #FFE2D1 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 209 | - |
| CMYK | 0 | 0.11 | 0.18 | 0 |
| HSL | 22.17º | 1% | 0.91% | - |
| HSV(B) | 22.17º | 0.18% | 1% | - |
| XYZ | 79.94 | 80.26 | 71.6 | - |
| YUV | 232.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 209 | 0 | 0.11 | 0.18 | 0 | 22.17 | 1 | 0.91 |
| Hex | FF | E2 | D1 | 0 | B | 12 | 0 | 16 | 64 | 5B |
| Octal | 377 | 342 | 321 | 0 | 13 | 22 | 0 | 26 | 144 | 133 |
| Binary | 11111111 | 11100010 | 11010001 | 0 | 1011 | 10010 | 0 | 10110 | 1100100 | 1011011 |
Color Harmonies of #FFE2D1
Complementary color
Monochromatic Colors of #FFE2D1
Black with #FFE2D1
Text Example
Text Example
White with #FFE2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2D1; }
p { color: rgb(255,226,209); }
H1.HeaderClassName
{
color: #FFE2D1;
}
.AnyTagClassName
{
color: #FFE2D1;
}
</style>
background-color css
<style>
a { background-color: #FFE2D1; }
a { background-color: rgb(255,226,209); }
div.DivClassName
{
background-color: #FFE2D1;
}
.BgClassName
{
background-color: #FFE2D1;
}
</style>
border-color css
<style>
span { border-color: #FFE2D1; }
span { border-color: rgb(255,226,209); }
td.TdClassName
{
border-color: #FFE2D1;
}
.TagClassName
{
border-color: #FFE2D1;
}
</style>