Shades of Provincial Pink #FFE2D4
Tints of Provincial Pink #FFE2D4
RGB
CMYK
RGB Variations
Color information
#FFE2D4 (or 0xFFE2D4) is known color: Provincial Pink. HEX triplet: FF, E2 and D4. RGB value is (255,226,212). Sum of RGB (Red+Green+Blue) = 255+226+212=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 212 (83.20% from 255 or 30.59% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2D4 is #001D2B. Grayscale: #E9E9E9. Windows color (decimal): -7468 or 13951743. OLE color: 13951743.
HSL color Cylindrical-coordinate representation of color #FFE2D4: hue angle of 19.53º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFE2D4 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 212 | - |
| CMYK | 0 | 0.11 | 0.17 | 0 |
| HSL | 19.53º | 1% | 0.92% | - |
| HSV(B) | 19.53º | 0.17% | 1% | - |
| XYZ | 80.32 | 80.41 | 73.57 | - |
| YUV | 233.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 212 | 0 | 0.11 | 0.17 | 0 | 19.53 | 1 | 0.92 |
| Hex | FF | E2 | D4 | 0 | B | 11 | 0 | 14 | 64 | 5C |
| Octal | 377 | 342 | 324 | 0 | 13 | 21 | 0 | 24 | 144 | 134 |
| Binary | 11111111 | 11100010 | 11010100 | 0 | 1011 | 10001 | 0 | 10100 | 1100100 | 1011100 |
Color Harmonies of #FFE2D4
Complementary color
Monochromatic Colors of #FFE2D4
Black with #FFE2D4
Text Example
Text Example
White with #FFE2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2D4; }
p { color: rgb(255,226,212); }
H1.HeaderClassName
{
color: #FFE2D4;
}
.AnyTagClassName
{
color: #FFE2D4;
}
</style>
background-color css
<style>
a { background-color: #FFE2D4; }
a { background-color: rgb(255,226,212); }
div.DivClassName
{
background-color: #FFE2D4;
}
.BgClassName
{
background-color: #FFE2D4;
}
</style>
border-color css
<style>
span { border-color: #FFE2D4; }
span { border-color: rgb(255,226,212); }
td.TdClassName
{
border-color: #FFE2D4;
}
.TagClassName
{
border-color: #FFE2D4;
}
</style>