Shades of Half Pearl Lusta #F2E9CF
Tints of Half Pearl Lusta #F2E9CF
RGB
CMYK
RGB Variations
Color information
#F2E9CF (or 0xF2E9CF) is known color: Half Pearl Lusta. HEX triplet: F2, E9 and CF. RGB value is (242,233,207). Sum of RGB (Red+Green+Blue) = 242+233+207=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 233 (91.41% from 255 or 34.16% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9CF is #0D1630. Grayscale: #E8E8E8. Windows color (decimal): -857649 or 13625842. OLE color: 13625842.
HSL color Cylindrical-coordinate representation of color #F2E9CF: hue angle of 44.57º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2E9CF is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 207 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.05 |
| HSL | 44.57º | 0.57% | 0.88% | - |
| HSV(B) | 44.57º | 0.14% | 0.95% | - |
| XYZ | 77.02 | 81.66 | 70.73 | - |
| YUV | 232.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 207 | 0 | 0.04 | 0.14 | 0.05 | 44.57 | 0.57 | 0.88 |
| Hex | F2 | E9 | CF | 0 | 4 | E | 5 | 2D | 39 | 58 |
| Octal | 362 | 351 | 317 | 0 | 4 | 16 | 5 | 55 | 71 | 130 |
| Binary | 11110010 | 11101001 | 11001111 | 0 | 100 | 1110 | 101 | 101101 | 111001 | 1011000 |
Color Harmonies of #F2E9CF
Complementary color
Monochromatic Colors of #F2E9CF
Black with #F2E9CF
Text Example
Text Example
White with #F2E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E9CF; }
p { color: rgb(242,233,207); }
H1.HeaderClassName
{
color: #F2E9CF;
}
.AnyTagClassName
{
color: #F2E9CF;
}
</style>
background-color css
<style>
a { background-color: #F2E9CF; }
a { background-color: rgb(242,233,207); }
div.DivClassName
{
background-color: #F2E9CF;
}
.BgClassName
{
background-color: #F2E9CF;
}
</style>
border-color css
<style>
span { border-color: #F2E9CF; }
span { border-color: rgb(242,233,207); }
td.TdClassName
{
border-color: #F2E9CF;
}
.TagClassName
{
border-color: #F2E9CF;
}
</style>