Shades of Provincial Pink #F0E2DB
Tints of Provincial Pink #F0E2DB
RGB
CMYK
RGB Variations
Color information
#F0E2DB (or 0xF0E2DB) is known color: Provincial Pink. HEX triplet: F0, E2 and DB. RGB value is (240,226,219). Sum of RGB (Red+Green+Blue) = 240+226+219=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2DB is #0F1D24. Grayscale: #E5E5E5. Windows color (decimal): -990501 or 14410480. OLE color: 14410480.
HSL color Cylindrical-coordinate representation of color #F0E2DB: hue angle of 20º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E2DB is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 226 | 219 | - |
CMYK | 0 | 0.06 | 0.09 | 0.06 |
HSL | 20º | 0.41% | 0.9% | - |
HSV(B) | 20º | 0.09% | 0.94% | - |
XYZ | 75.92 | 78.03 | 78.08 | - |
YUV | 229.39 | 122.14 | 135.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 226 | 219 | 0 | 0.06 | 0.09 | 0.06 | 20 | 0.41 | 0.9 |
Hex | F0 | E2 | DB | 0 | 6 | 9 | 6 | 14 | 29 | 5A |
Octal | 360 | 342 | 333 | 0 | 6 | 11 | 6 | 24 | 51 | 132 |
Binary | 11110000 | 11100010 | 11011011 | 0 | 110 | 1001 | 110 | 10100 | 101001 | 1011010 |
Color Harmonies of #F0E2DB
Complementary color
Monochromatic Colors of #F0E2DB
Black with #F0E2DB
Text Example
Text Example
White with #F0E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2DB; }
p { color: rgb(240,226,219); }
H1.HeaderClassName
{
color: #F0E2DB;
}
.AnyTagClassName
{
color: #F0E2DB;
}
</style>
background-color css
<style>
a { background-color: #F0E2DB; }
a { background-color: rgb(240,226,219); }
div.DivClassName
{
background-color: #F0E2DB;
}
.BgClassName
{
background-color: #F0E2DB;
}
</style>
border-color css
<style>
span { border-color: #F0E2DB; }
span { border-color: rgb(240,226,219); }
td.TdClassName
{
border-color: #F0E2DB;
}
.TagClassName
{
border-color: #F0E2DB;
}
</style>