Shades of Provincial Pink #F7E4D9
Tints of Provincial Pink #F7E4D9
RGB
CMYK
RGB Variations
Color information
#F7E4D9 (or 0xF7E4D9) is known color: Provincial Pink. HEX triplet: F7, E4 and D9. RGB value is (247,228,217). Sum of RGB (Red+Green+Blue) = 247+228+217=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 217 (85.16% from 255 or 31.36% from 692); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E4D9 is #081B26. Grayscale: #E8E8E8. Windows color (decimal): -531239 or 14279927. OLE color: 14279927.
HSL color Cylindrical-coordinate representation of color #F7E4D9: hue angle of 22º degrees, saturation: 0.65, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F7E4D9 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 228 | 217 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.03 |
| HSL | 22º | 0.65% | 0.91% | - |
| HSV(B) | 22º | 0.12% | 0.97% | - |
| XYZ | 78.63 | 80.27 | 77 | - |
| YUV | 232.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 228 | 217 | 0 | 0.08 | 0.12 | 0.03 | 22 | 0.65 | 0.91 |
| Hex | F7 | E4 | D9 | 0 | 8 | C | 3 | 16 | 41 | 5B |
| Octal | 367 | 344 | 331 | 0 | 10 | 14 | 3 | 26 | 101 | 133 |
| Binary | 11110111 | 11100100 | 11011001 | 0 | 1000 | 1100 | 11 | 10110 | 1000001 | 1011011 |
Color Harmonies of #F7E4D9
Complementary color
Monochromatic Colors of #F7E4D9
Black with #F7E4D9
Text Example
Text Example
White with #F7E4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E4D9; }
p { color: rgb(247,228,217); }
H1.HeaderClassName
{
color: #F7E4D9;
}
.AnyTagClassName
{
color: #F7E4D9;
}
</style>
background-color css
<style>
a { background-color: #F7E4D9; }
a { background-color: rgb(247,228,217); }
div.DivClassName
{
background-color: #F7E4D9;
}
.BgClassName
{
background-color: #F7E4D9;
}
</style>
border-color css
<style>
span { border-color: #F7E4D9; }
span { border-color: rgb(247,228,217); }
td.TdClassName
{
border-color: #F7E4D9;
}
.TagClassName
{
border-color: #F7E4D9;
}
</style>