Shades of Provincial Pink #F0E2DD
Tints of Provincial Pink #F0E2DD
RGB
CMYK
RGB Variations
Color information
#F0E2DD (or 0xF0E2DD) is known color: Provincial Pink. HEX triplet: F0, E2 and DD. RGB value is (240,226,221). Sum of RGB (Red+Green+Blue) = 240+226+221=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2DD is #0F1D22. Grayscale: #E5E5E5. Windows color (decimal): -990499 or 14541552. OLE color: 14541552.
HSL color Cylindrical-coordinate representation of color #F0E2DD: hue angle of 15.79º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E2DD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 226 | 221 | - |
CMYK | 0 | 0.06 | 0.08 | 0.06 |
HSL | 15.79º | 0.39% | 0.9% | - |
HSV(B) | 15.79º | 0.08% | 0.94% | - |
XYZ | 76.18 | 78.14 | 79.47 | - |
YUV | 229.62 | 123.14 | 135.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 226 | 221 | 0 | 0.06 | 0.08 | 0.06 | 15.79 | 0.39 | 0.9 |
Hex | F0 | E2 | DD | 0 | 6 | 8 | 6 | 10 | 27 | 5A |
Octal | 360 | 342 | 335 | 0 | 6 | 10 | 6 | 20 | 47 | 132 |
Binary | 11110000 | 11100010 | 11011101 | 0 | 110 | 1000 | 110 | 10000 | 100111 | 1011010 |
Color Harmonies of #F0E2DD
Complementary color
Monochromatic Colors of #F0E2DD
Black with #F0E2DD
Text Example
Text Example
White with #F0E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2DD; }
p { color: rgb(240,226,221); }
H1.HeaderClassName
{
color: #F0E2DD;
}
.AnyTagClassName
{
color: #F0E2DD;
}
</style>
background-color css
<style>
a { background-color: #F0E2DD; }
a { background-color: rgb(240,226,221); }
div.DivClassName
{
background-color: #F0E2DD;
}
.BgClassName
{
background-color: #F0E2DD;
}
</style>
border-color css
<style>
span { border-color: #F0E2DD; }
span { border-color: rgb(240,226,221); }
td.TdClassName
{
border-color: #F0E2DD;
}
.TagClassName
{
border-color: #F0E2DD;
}
</style>