Shades of Half Pearl Lusta #F0E8D6
Tints of Half Pearl Lusta #F0E8D6
RGB
CMYK
RGB Variations
Color information
#F0E8D6 (or 0xF0E8D6) is known color: Half Pearl Lusta. HEX triplet: F0, E8 and D6. RGB value is (240,232,214). Sum of RGB (Red+Green+Blue) = 240+232+214=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8D6 is #0F1729. Grayscale: #E8E8E8. Windows color (decimal): -988970 or 14084336. OLE color: 14084336.
HSL color Cylindrical-coordinate representation of color #F0E8D6: hue angle of 41.54º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0E8D6 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 214 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.06 |
| HSL | 41.54º | 0.46% | 0.89% | - |
| HSV(B) | 41.54º | 0.11% | 0.94% | - |
| XYZ | 76.93 | 81.09 | 75.22 | - |
| YUV | 232.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 214 | 0 | 0.03 | 0.11 | 0.06 | 41.54 | 0.46 | 0.89 |
| Hex | F0 | E8 | D6 | 0 | 3 | B | 6 | 2A | 2E | 59 |
| Octal | 360 | 350 | 326 | 0 | 3 | 13 | 6 | 52 | 56 | 131 |
| Binary | 11110000 | 11101000 | 11010110 | 0 | 11 | 1011 | 110 | 101010 | 101110 | 1011001 |
Color Harmonies of #F0E8D6
Complementary color
Monochromatic Colors of #F0E8D6
Black with #F0E8D6
Text Example
Text Example
White with #F0E8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8D6; }
p { color: rgb(240,232,214); }
H1.HeaderClassName
{
color: #F0E8D6;
}
.AnyTagClassName
{
color: #F0E8D6;
}
</style>
background-color css
<style>
a { background-color: #F0E8D6; }
a { background-color: rgb(240,232,214); }
div.DivClassName
{
background-color: #F0E8D6;
}
.BgClassName
{
background-color: #F0E8D6;
}
</style>
border-color css
<style>
span { border-color: #F0E8D6; }
span { border-color: rgb(240,232,214); }
td.TdClassName
{
border-color: #F0E8D6;
}
.TagClassName
{
border-color: #F0E8D6;
}
</style>