Shades of Provincial Pink #F8E2DA
Tints of Provincial Pink #F8E2DA
RGB
CMYK
RGB Variations
Color information
#F8E2DA (or 0xF8E2DA) is known color: Provincial Pink. HEX triplet: F8, E2 and DA. RGB value is (248,226,218). Sum of RGB (Red+Green+Blue) = 248+226+218=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E2DA is #071D25. Grayscale: #E7E7E7. Windows color (decimal): -466214 or 14344952. OLE color: 14344952.
HSL color Cylindrical-coordinate representation of color #F8E2DA: hue angle of 16º degrees, saturation: 0.68, 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 #F8E2DA is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 218 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.03 |
| HSL | 16º | 0.68% | 0.91% | - |
| HSV(B) | 16º | 0.12% | 0.97% | - |
| XYZ | 78.56 | 79.41 | 77.52 | - |
| YUV | 231.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 218 | 0 | 0.09 | 0.12 | 0.03 | 16 | 0.68 | 0.91 |
| Hex | F8 | E2 | DA | 0 | 9 | C | 3 | 10 | 44 | 5B |
| Octal | 370 | 342 | 332 | 0 | 11 | 14 | 3 | 20 | 104 | 133 |
| Binary | 11111000 | 11100010 | 11011010 | 0 | 1001 | 1100 | 11 | 10000 | 1000100 | 1011011 |
Color Harmonies of #F8E2DA
Complementary color
Monochromatic Colors of #F8E2DA
Black with #F8E2DA
Text Example
Text Example
White with #F8E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E2DA; }
p { color: rgb(248,226,218); }
H1.HeaderClassName
{
color: #F8E2DA;
}
.AnyTagClassName
{
color: #F8E2DA;
}
</style>
background-color css
<style>
a { background-color: #F8E2DA; }
a { background-color: rgb(248,226,218); }
div.DivClassName
{
background-color: #F8E2DA;
}
.BgClassName
{
background-color: #F8E2DA;
}
</style>
border-color css
<style>
span { border-color: #F8E2DA; }
span { border-color: rgb(248,226,218); }
td.TdClassName
{
border-color: #F8E2DA;
}
.TagClassName
{
border-color: #F8E2DA;
}
</style>