Shades of Provincial Pink #F8E1D6
Tints of Provincial Pink #F8E1D6
RGB
CMYK
RGB Variations
Color information
#F8E1D6 (or 0xF8E1D6) is known color: Provincial Pink. HEX triplet: F8, E1 and D6. RGB value is (248,225,214). Sum of RGB (Red+Green+Blue) = 248+225+214=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E1D6 is #071E29. Grayscale: #E6E6E6. Windows color (decimal): -466474 or 14082552. OLE color: 14082552.
HSL color Cylindrical-coordinate representation of color #F8E1D6: hue angle of 19.41º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8E1D6 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 214 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.03 |
| HSL | 19.41º | 0.71% | 0.91% | - |
| HSV(B) | 19.41º | 0.14% | 0.97% | - |
| XYZ | 77.77 | 78.66 | 74.7 | - |
| YUV | 230.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 214 | 0 | 0.09 | 0.14 | 0.03 | 19.41 | 0.71 | 0.91 |
| Hex | F8 | E1 | D6 | 0 | 9 | E | 3 | 13 | 47 | 5B |
| Octal | 370 | 341 | 326 | 0 | 11 | 16 | 3 | 23 | 107 | 133 |
| Binary | 11111000 | 11100001 | 11010110 | 0 | 1001 | 1110 | 11 | 10011 | 1000111 | 1011011 |
Color Harmonies of #F8E1D6
Complementary color
Monochromatic Colors of #F8E1D6
Black with #F8E1D6
Text Example
Text Example
White with #F8E1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1D6; }
p { color: rgb(248,225,214); }
H1.HeaderClassName
{
color: #F8E1D6;
}
.AnyTagClassName
{
color: #F8E1D6;
}
</style>
background-color css
<style>
a { background-color: #F8E1D6; }
a { background-color: rgb(248,225,214); }
div.DivClassName
{
background-color: #F8E1D6;
}
.BgClassName
{
background-color: #F8E1D6;
}
</style>
border-color css
<style>
span { border-color: #F8E1D6; }
span { border-color: rgb(248,225,214); }
td.TdClassName
{
border-color: #F8E1D6;
}
.TagClassName
{
border-color: #F8E1D6;
}
</style>