Shades of Provincial Pink #F5E0D6
Tints of Provincial Pink #F5E0D6
RGB
CMYK
RGB Variations
Color information
#F5E0D6 (or 0xF5E0D6) is known color: Provincial Pink. HEX triplet: F5, E0 and D6. RGB value is (245,224,214). Sum of RGB (Red+Green+Blue) = 245+224+214=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 214 (83.98% from 255 or 31.33% from 683); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E0D6 is #0A1F29. Grayscale: #E5E5E5. Windows color (decimal): -663338 or 14082293. OLE color: 14082293.
HSL color Cylindrical-coordinate representation of color #F5E0D6: hue angle of 19.35º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5E0D6 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 214 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.04 |
| HSL | 19.35º | 0.61% | 0.9% | - |
| HSV(B) | 19.35º | 0.13% | 0.96% | - |
| XYZ | 76.45 | 77.58 | 74.56 | - |
| YUV | 229.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 214 | 0 | 0.09 | 0.13 | 0.04 | 19.35 | 0.61 | 0.9 |
| Hex | F5 | E0 | D6 | 0 | 9 | D | 4 | 13 | 3D | 5A |
| Octal | 365 | 340 | 326 | 0 | 11 | 15 | 4 | 23 | 75 | 132 |
| Binary | 11110101 | 11100000 | 11010110 | 0 | 1001 | 1101 | 100 | 10011 | 111101 | 1011010 |
Color Harmonies of #F5E0D6
Complementary color
Monochromatic Colors of #F5E0D6
Black with #F5E0D6
Text Example
Text Example
White with #F5E0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0D6; }
p { color: rgb(245,224,214); }
H1.HeaderClassName
{
color: #F5E0D6;
}
.AnyTagClassName
{
color: #F5E0D6;
}
</style>
background-color css
<style>
a { background-color: #F5E0D6; }
a { background-color: rgb(245,224,214); }
div.DivClassName
{
background-color: #F5E0D6;
}
.BgClassName
{
background-color: #F5E0D6;
}
</style>
border-color css
<style>
span { border-color: #F5E0D6; }
span { border-color: rgb(245,224,214); }
td.TdClassName
{
border-color: #F5E0D6;
}
.TagClassName
{
border-color: #F5E0D6;
}
</style>