Shades of Provincial Pink #F7E1D5
Tints of Provincial Pink #F7E1D5
RGB
CMYK
RGB Variations
Color information
#F7E1D5 (or 0xF7E1D5) is known color: Provincial Pink. HEX triplet: F7, E1 and D5. RGB value is (247,225,213). Sum of RGB (Red+Green+Blue) = 247+225+213=685 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.06% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E1D5 is #081E2A. Grayscale: #E6E6E6. Windows color (decimal): -532011 or 14017015. OLE color: 14017015.
HSL color Cylindrical-coordinate representation of color #F7E1D5: hue angle of 21.18º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7E1D5 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 213 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.03 |
| HSL | 21.18º | 0.68% | 0.9% | - |
| HSV(B) | 21.18º | 0.14% | 0.97% | - |
| XYZ | 77.29 | 78.43 | 74.02 | - |
| YUV | 230.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 213 | 0 | 0.09 | 0.14 | 0.03 | 21.18 | 0.68 | 0.9 |
| Hex | F7 | E1 | D5 | 0 | 9 | E | 3 | 15 | 44 | 5A |
| Octal | 367 | 341 | 325 | 0 | 11 | 16 | 3 | 25 | 104 | 132 |
| Binary | 11110111 | 11100001 | 11010101 | 0 | 1001 | 1110 | 11 | 10101 | 1000100 | 1011010 |
Color Harmonies of #F7E1D5
Complementary color
Monochromatic Colors of #F7E1D5
Black with #F7E1D5
Text Example
Text Example
White with #F7E1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E1D5; }
p { color: rgb(247,225,213); }
H1.HeaderClassName
{
color: #F7E1D5;
}
.AnyTagClassName
{
color: #F7E1D5;
}
</style>
background-color css
<style>
a { background-color: #F7E1D5; }
a { background-color: rgb(247,225,213); }
div.DivClassName
{
background-color: #F7E1D5;
}
.BgClassName
{
background-color: #F7E1D5;
}
</style>
border-color css
<style>
span { border-color: #F7E1D5; }
span { border-color: rgb(247,225,213); }
td.TdClassName
{
border-color: #F7E1D5;
}
.TagClassName
{
border-color: #F7E1D5;
}
</style>