Shades of Provincial Pink #F8E1D5
Tints of Provincial Pink #F8E1D5
RGB
CMYK
RGB Variations
Color information
#F8E1D5 (or 0xF8E1D5) is known color: Provincial Pink. HEX triplet: F8, E1 and D5. RGB value is (248,225,213). Sum of RGB (Red+Green+Blue) = 248+225+213=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E1D5 is #071E2A. Grayscale: #E6E6E6. Windows color (decimal): -466475 or 14017016. OLE color: 14017016.
HSL color Cylindrical-coordinate representation of color #F8E1D5: hue angle of 20.57º degrees, saturation: 0.71, 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 #F8E1D5 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 213 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.03 |
| HSL | 20.57º | 0.71% | 0.9% | - |
| HSV(B) | 20.57º | 0.14% | 0.97% | - |
| XYZ | 77.65 | 78.61 | 74.03 | - |
| YUV | 230.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 213 | 0 | 0.09 | 0.14 | 0.03 | 20.57 | 0.71 | 0.9 |
| Hex | F8 | E1 | D5 | 0 | 9 | E | 3 | 15 | 47 | 5A |
| Octal | 370 | 341 | 325 | 0 | 11 | 16 | 3 | 25 | 107 | 132 |
| Binary | 11111000 | 11100001 | 11010101 | 0 | 1001 | 1110 | 11 | 10101 | 1000111 | 1011010 |
Color Harmonies of #F8E1D5
Complementary color
Monochromatic Colors of #F8E1D5
Black with #F8E1D5
Text Example
Text Example
White with #F8E1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1D5; }
p { color: rgb(248,225,213); }
H1.HeaderClassName
{
color: #F8E1D5;
}
.AnyTagClassName
{
color: #F8E1D5;
}
</style>
background-color css
<style>
a { background-color: #F8E1D5; }
a { background-color: rgb(248,225,213); }
div.DivClassName
{
background-color: #F8E1D5;
}
.BgClassName
{
background-color: #F8E1D5;
}
</style>
border-color css
<style>
span { border-color: #F8E1D5; }
span { border-color: rgb(248,225,213); }
td.TdClassName
{
border-color: #F8E1D5;
}
.TagClassName
{
border-color: #F8E1D5;
}
</style>