Shades of Provincial Pink #F5E5DE
Tints of Provincial Pink #F5E5DE
RGB
CMYK
RGB Variations
Color information
#F5E5DE (or 0xF5E5DE) is known color: Provincial Pink. HEX triplet: F5, E5 and DE. RGB value is (245,229,222). Sum of RGB (Red+Green+Blue) = 245+229+222=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E5DE is #0A1A21. Grayscale: #E9E9E9. Windows color (decimal): -662050 or 14607861. OLE color: 14607861.
HSL color Cylindrical-coordinate representation of color #F5E5DE: hue angle of 18.26º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E5DE is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 222 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.04 |
| HSL | 18.26º | 0.53% | 0.92% | - |
| HSV(B) | 18.26º | 0.09% | 0.96% | - |
| XYZ | 78.86 | 80.73 | 80.53 | - |
| YUV | 232.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 222 | 0 | 0.07 | 0.09 | 0.04 | 18.26 | 0.53 | 0.92 |
| Hex | F5 | E5 | DE | 0 | 7 | 9 | 4 | 12 | 35 | 5C |
| Octal | 365 | 345 | 336 | 0 | 7 | 11 | 4 | 22 | 65 | 134 |
| Binary | 11110101 | 11100101 | 11011110 | 0 | 111 | 1001 | 100 | 10010 | 110101 | 1011100 |
Color Harmonies of #F5E5DE
Complementary color
Monochromatic Colors of #F5E5DE
Black with #F5E5DE
Text Example
Text Example
White with #F5E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E5DE; }
p { color: rgb(245,229,222); }
H1.HeaderClassName
{
color: #F5E5DE;
}
.AnyTagClassName
{
color: #F5E5DE;
}
</style>
background-color css
<style>
a { background-color: #F5E5DE; }
a { background-color: rgb(245,229,222); }
div.DivClassName
{
background-color: #F5E5DE;
}
.BgClassName
{
background-color: #F5E5DE;
}
</style>
border-color css
<style>
span { border-color: #F5E5DE; }
span { border-color: rgb(245,229,222); }
td.TdClassName
{
border-color: #F5E5DE;
}
.TagClassName
{
border-color: #F5E5DE;
}
</style>