Shades of Provincial Pink #FFE3D6
Tints of Provincial Pink #FFE3D6
RGB
CMYK
RGB Variations
Color information
#FFE3D6 (or 0xFFE3D6) is known color: Provincial Pink. HEX triplet: FF, E3 and D6. RGB value is (255,227,214). Sum of RGB (Red+Green+Blue) = 255+227+214=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 227 (89.06% from 255 or 32.61% from 696); Blue value is 214 (83.98% from 255 or 30.75% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3D6 is #001C29. Grayscale: #E9E9E9. Windows color (decimal): -7210 or 14083071. OLE color: 14083071.
HSL color Cylindrical-coordinate representation of color #FFE3D6: hue angle of 19.02º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFE3D6 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 214 | - |
| CMYK | 0 | 0.11 | 0.16 | 0 |
| HSL | 19.02º | 1% | 0.92% | - |
| HSV(B) | 19.02º | 0.16% | 1% | - |
| XYZ | 80.85 | 81.05 | 75 | - |
| YUV | 233.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 214 | 0 | 0.11 | 0.16 | 0 | 19.02 | 1 | 0.92 |
| Hex | FF | E3 | D6 | 0 | B | 10 | 0 | 13 | 64 | 5C |
| Octal | 377 | 343 | 326 | 0 | 13 | 20 | 0 | 23 | 144 | 134 |
| Binary | 11111111 | 11100011 | 11010110 | 0 | 1011 | 10000 | 0 | 10011 | 1100100 | 1011100 |
Color Harmonies of #FFE3D6
Complementary color
Monochromatic Colors of #FFE3D6
Black with #FFE3D6
Text Example
Text Example
White with #FFE3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3D6; }
p { color: rgb(255,227,214); }
H1.HeaderClassName
{
color: #FFE3D6;
}
.AnyTagClassName
{
color: #FFE3D6;
}
</style>
background-color css
<style>
a { background-color: #FFE3D6; }
a { background-color: rgb(255,227,214); }
div.DivClassName
{
background-color: #FFE3D6;
}
.BgClassName
{
background-color: #FFE3D6;
}
</style>
border-color css
<style>
span { border-color: #FFE3D6; }
span { border-color: rgb(255,227,214); }
td.TdClassName
{
border-color: #FFE3D6;
}
.TagClassName
{
border-color: #FFE3D6;
}
</style>