Shades of Provincial Pink #FFE3D4
Tints of Provincial Pink #FFE3D4
RGB
CMYK
RGB Variations
Color information
#FFE3D4 (or 0xFFE3D4) is known color: Provincial Pink. HEX triplet: FF, E3 and D4. RGB value is (255,227,212). Sum of RGB (Red+Green+Blue) = 255+227+212=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 212 (83.20% from 255 or 30.55% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3D4 is #001C2B. Grayscale: #E9E9E9. Windows color (decimal): -7212 or 13951999. OLE color: 13951999.
HSL color Cylindrical-coordinate representation of color #FFE3D4: hue angle of 20.93º 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 #FFE3D4 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 212 | - |
| CMYK | 0 | 0.11 | 0.17 | 0 |
| HSL | 20.93º | 1% | 0.92% | - |
| HSV(B) | 20.93º | 0.17% | 1% | - |
| XYZ | 80.59 | 80.95 | 73.66 | - |
| YUV | 233.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 212 | 0 | 0.11 | 0.17 | 0 | 20.93 | 1 | 0.92 |
| Hex | FF | E3 | D4 | 0 | B | 11 | 0 | 15 | 64 | 5C |
| Octal | 377 | 343 | 324 | 0 | 13 | 21 | 0 | 25 | 144 | 134 |
| Binary | 11111111 | 11100011 | 11010100 | 0 | 1011 | 10001 | 0 | 10101 | 1100100 | 1011100 |
Color Harmonies of #FFE3D4
Complementary color
Monochromatic Colors of #FFE3D4
Black with #FFE3D4
Text Example
Text Example
White with #FFE3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3D4; }
p { color: rgb(255,227,212); }
H1.HeaderClassName
{
color: #FFE3D4;
}
.AnyTagClassName
{
color: #FFE3D4;
}
</style>
background-color css
<style>
a { background-color: #FFE3D4; }
a { background-color: rgb(255,227,212); }
div.DivClassName
{
background-color: #FFE3D4;
}
.BgClassName
{
background-color: #FFE3D4;
}
</style>
border-color css
<style>
span { border-color: #FFE3D4; }
span { border-color: rgb(255,227,212); }
td.TdClassName
{
border-color: #FFE3D4;
}
.TagClassName
{
border-color: #FFE3D4;
}
</style>