Shades of Provincial Pink #F7E1DA
Tints of Provincial Pink #F7E1DA
RGB
CMYK
RGB Variations
Color information
#F7E1DA (or 0xF7E1DA) is known color: Provincial Pink. HEX triplet: F7, E1 and DA. RGB value is (247,225,218). Sum of RGB (Red+Green+Blue) = 247+225+218=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 225 (88.28% from 255 or 32.61% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E1DA is #081E25. Grayscale: #E6E6E6. Windows color (decimal): -532006 or 14344695. OLE color: 14344695.
HSL color Cylindrical-coordinate representation of color #F7E1DA: hue angle of 14.48º degrees, saturation: 0.64, 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 #F7E1DA is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 218 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.03 |
| HSL | 14.48º | 0.64% | 0.91% | - |
| HSV(B) | 14.48º | 0.12% | 0.97% | - |
| XYZ | 77.94 | 78.69 | 77.41 | - |
| YUV | 230.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 218 | 0 | 0.09 | 0.12 | 0.03 | 14.48 | 0.64 | 0.91 |
| Hex | F7 | E1 | DA | 0 | 9 | C | 3 | E | 40 | 5B |
| Octal | 367 | 341 | 332 | 0 | 11 | 14 | 3 | 16 | 100 | 133 |
| Binary | 11110111 | 11100001 | 11011010 | 0 | 1001 | 1100 | 11 | 1110 | 1000000 | 1011011 |
Color Harmonies of #F7E1DA
Complementary color
Monochromatic Colors of #F7E1DA
Black with #F7E1DA
Text Example
Text Example
White with #F7E1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E1DA; }
p { color: rgb(247,225,218); }
H1.HeaderClassName
{
color: #F7E1DA;
}
.AnyTagClassName
{
color: #F7E1DA;
}
</style>
background-color css
<style>
a { background-color: #F7E1DA; }
a { background-color: rgb(247,225,218); }
div.DivClassName
{
background-color: #F7E1DA;
}
.BgClassName
{
background-color: #F7E1DA;
}
</style>
border-color css
<style>
span { border-color: #F7E1DA; }
span { border-color: rgb(247,225,218); }
td.TdClassName
{
border-color: #F7E1DA;
}
.TagClassName
{
border-color: #F7E1DA;
}
</style>