Shades of Provincial Pink #F8E5DA
Tints of Provincial Pink #F8E5DA
RGB
CMYK
RGB Variations
Color information
#F8E5DA (or 0xF8E5DA) is known color: Provincial Pink. HEX triplet: F8, E5 and DA. RGB value is (248,229,218). Sum of RGB (Red+Green+Blue) = 248+229+218=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E5DA is #071A25. Grayscale: #E9E9E9. Windows color (decimal): -465446 or 14345720. OLE color: 14345720.
HSL color Cylindrical-coordinate representation of color #F8E5DA: hue angle of 22º 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 #F8E5DA is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 229 | 218 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.03 |
| HSL | 22º | 0.68% | 0.91% | - |
| HSV(B) | 22º | 0.12% | 0.97% | - |
| XYZ | 79.39 | 81.06 | 77.79 | - |
| YUV | 233.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 229 | 218 | 0 | 0.08 | 0.12 | 0.03 | 22 | 0.68 | 0.91 |
| Hex | F8 | E5 | DA | 0 | 8 | C | 3 | 16 | 44 | 5B |
| Octal | 370 | 345 | 332 | 0 | 10 | 14 | 3 | 26 | 104 | 133 |
| Binary | 11111000 | 11100101 | 11011010 | 0 | 1000 | 1100 | 11 | 10110 | 1000100 | 1011011 |
Color Harmonies of #F8E5DA
Complementary color
Monochromatic Colors of #F8E5DA
Black with #F8E5DA
Text Example
Text Example
White with #F8E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E5DA; }
p { color: rgb(248,229,218); }
H1.HeaderClassName
{
color: #F8E5DA;
}
.AnyTagClassName
{
color: #F8E5DA;
}
</style>
background-color css
<style>
a { background-color: #F8E5DA; }
a { background-color: rgb(248,229,218); }
div.DivClassName
{
background-color: #F8E5DA;
}
.BgClassName
{
background-color: #F8E5DA;
}
</style>
border-color css
<style>
span { border-color: #F8E5DA; }
span { border-color: rgb(248,229,218); }
td.TdClassName
{
border-color: #F8E5DA;
}
.TagClassName
{
border-color: #F8E5DA;
}
</style>