Shades of Provincial Pink #F5E0D4
Tints of Provincial Pink #F5E0D4
RGB
CMYK
RGB Variations
Color information
#F5E0D4 (or 0xF5E0D4) is known color: Provincial Pink. HEX triplet: F5, E0 and D4. RGB value is (245,224,212). Sum of RGB (Red+Green+Blue) = 245+224+212=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 212 (83.20% from 255 or 31.13% from 681); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E0D4 is #0A1F2B. Grayscale: #E4E4E4. Windows color (decimal): -663340 or 13951221. OLE color: 13951221.
HSL color Cylindrical-coordinate representation of color #F5E0D4: hue angle of 21.82º degrees, saturation: 0.62, 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 #F5E0D4 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 212 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.04 |
| HSL | 21.82º | 0.62% | 0.9% | - |
| HSV(B) | 21.82º | 0.13% | 0.96% | - |
| XYZ | 76.2 | 77.48 | 73.23 | - |
| YUV | 228.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 212 | 0 | 0.09 | 0.13 | 0.04 | 21.82 | 0.62 | 0.9 |
| Hex | F5 | E0 | D4 | 0 | 9 | D | 4 | 16 | 3E | 5A |
| Octal | 365 | 340 | 324 | 0 | 11 | 15 | 4 | 26 | 76 | 132 |
| Binary | 11110101 | 11100000 | 11010100 | 0 | 1001 | 1101 | 100 | 10110 | 111110 | 1011010 |
Color Harmonies of #F5E0D4
Complementary color
Monochromatic Colors of #F5E0D4
Black with #F5E0D4
Text Example
Text Example
White with #F5E0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0D4; }
p { color: rgb(245,224,212); }
H1.HeaderClassName
{
color: #F5E0D4;
}
.AnyTagClassName
{
color: #F5E0D4;
}
</style>
background-color css
<style>
a { background-color: #F5E0D4; }
a { background-color: rgb(245,224,212); }
div.DivClassName
{
background-color: #F5E0D4;
}
.BgClassName
{
background-color: #F5E0D4;
}
</style>
border-color css
<style>
span { border-color: #F5E0D4; }
span { border-color: rgb(245,224,212); }
td.TdClassName
{
border-color: #F5E0D4;
}
.TagClassName
{
border-color: #F5E0D4;
}
</style>