Shades of Half Pearl Lusta #F2EAD1
Tints of Half Pearl Lusta #F2EAD1
RGB
CMYK
RGB Variations
Color information
#F2EAD1 (or 0xF2EAD1) is known color: Half Pearl Lusta. HEX triplet: F2, EA and D1. RGB value is (242,234,209). Sum of RGB (Red+Green+Blue) = 242+234+209=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 209 (82.03% from 255 or 30.51% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAD1 is #0D152E. Grayscale: #E9E9E9. Windows color (decimal): -857391 or 13757170. OLE color: 13757170.
HSL color Cylindrical-coordinate representation of color #F2EAD1: hue angle of 45.45º degrees, saturation: 0.56, 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 #F2EAD1 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 209 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.05 |
| HSL | 45.45º | 0.56% | 0.88% | - |
| HSV(B) | 45.45º | 0.14% | 0.95% | - |
| XYZ | 77.55 | 82.33 | 72.12 | - |
| YUV | 233.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 209 | 0 | 0.03 | 0.14 | 0.05 | 45.45 | 0.56 | 0.88 |
| Hex | F2 | EA | D1 | 0 | 3 | E | 5 | 2D | 38 | 58 |
| Octal | 362 | 352 | 321 | 0 | 3 | 16 | 5 | 55 | 70 | 130 |
| Binary | 11110010 | 11101010 | 11010001 | 0 | 11 | 1110 | 101 | 101101 | 111000 | 1011000 |
Color Harmonies of #F2EAD1
Complementary color
Monochromatic Colors of #F2EAD1
Black with #F2EAD1
Text Example
Text Example
White with #F2EAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAD1; }
p { color: rgb(242,234,209); }
H1.HeaderClassName
{
color: #F2EAD1;
}
.AnyTagClassName
{
color: #F2EAD1;
}
</style>
background-color css
<style>
a { background-color: #F2EAD1; }
a { background-color: rgb(242,234,209); }
div.DivClassName
{
background-color: #F2EAD1;
}
.BgClassName
{
background-color: #F2EAD1;
}
</style>
border-color css
<style>
span { border-color: #F2EAD1; }
span { border-color: rgb(242,234,209); }
td.TdClassName
{
border-color: #F2EAD1;
}
.TagClassName
{
border-color: #F2EAD1;
}
</style>