Shades of Provincial Pink #F7E3DA
Tints of Provincial Pink #F7E3DA
RGB
CMYK
RGB Variations
Color information
#F7E3DA (or 0xF7E3DA) is known color: Provincial Pink. HEX triplet: F7, E3 and DA. RGB value is (247,227,218). Sum of RGB (Red+Green+Blue) = 247+227+218=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 227 (89.06% from 255 or 32.80% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E3DA is #081C25. Grayscale: #E8E8E8. Windows color (decimal): -531494 or 14345207. OLE color: 14345207.
HSL color Cylindrical-coordinate representation of color #F7E3DA: hue angle of 18.62º 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 #F7E3DA is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 227 | 218 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.03 |
| HSL | 18.62º | 0.64% | 0.91% | - |
| HSV(B) | 18.62º | 0.12% | 0.97% | - |
| XYZ | 78.48 | 79.77 | 77.59 | - |
| YUV | 231.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 227 | 218 | 0 | 0.08 | 0.12 | 0.03 | 18.62 | 0.64 | 0.91 |
| Hex | F7 | E3 | DA | 0 | 8 | C | 3 | 13 | 40 | 5B |
| Octal | 367 | 343 | 332 | 0 | 10 | 14 | 3 | 23 | 100 | 133 |
| Binary | 11110111 | 11100011 | 11011010 | 0 | 1000 | 1100 | 11 | 10011 | 1000000 | 1011011 |
Color Harmonies of #F7E3DA
Complementary color
Monochromatic Colors of #F7E3DA
Black with #F7E3DA
Text Example
Text Example
White with #F7E3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E3DA; }
p { color: rgb(247,227,218); }
H1.HeaderClassName
{
color: #F7E3DA;
}
.AnyTagClassName
{
color: #F7E3DA;
}
</style>
background-color css
<style>
a { background-color: #F7E3DA; }
a { background-color: rgb(247,227,218); }
div.DivClassName
{
background-color: #F7E3DA;
}
.BgClassName
{
background-color: #F7E3DA;
}
</style>
border-color css
<style>
span { border-color: #F7E3DA; }
span { border-color: rgb(247,227,218); }
td.TdClassName
{
border-color: #F7E3DA;
}
.TagClassName
{
border-color: #F7E3DA;
}
</style>