Shades of Half Pearl Lusta #F1E9D2
Tints of Half Pearl Lusta #F1E9D2
RGB
CMYK
RGB Variations
Color information
#F1E9D2 (or 0xF1E9D2) is known color: Half Pearl Lusta. HEX triplet: F1, E9 and D2. RGB value is (241,233,210). Sum of RGB (Red+Green+Blue) = 241+233+210=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9D2 is #0E162D. Grayscale: #E8E8E8. Windows color (decimal): -923182 or 13822449. OLE color: 13822449.
HSL color Cylindrical-coordinate representation of color #F1E9D2: hue angle of 44.52º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1E9D2 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 233 | 210 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.05 |
| HSL | 44.52º | 0.53% | 0.88% | - |
| HSV(B) | 44.52º | 0.13% | 0.95% | - |
| XYZ | 77.05 | 81.63 | 72.67 | - |
| YUV | 232.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 233 | 210 | 0 | 0.03 | 0.13 | 0.05 | 44.52 | 0.53 | 0.88 |
| Hex | F1 | E9 | D2 | 0 | 3 | D | 5 | 2D | 35 | 58 |
| Octal | 361 | 351 | 322 | 0 | 3 | 15 | 5 | 55 | 65 | 130 |
| Binary | 11110001 | 11101001 | 11010010 | 0 | 11 | 1101 | 101 | 101101 | 110101 | 1011000 |
Color Harmonies of #F1E9D2
Complementary color
Monochromatic Colors of #F1E9D2
Black with #F1E9D2
Text Example
Text Example
White with #F1E9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E9D2; }
p { color: rgb(241,233,210); }
H1.HeaderClassName
{
color: #F1E9D2;
}
.AnyTagClassName
{
color: #F1E9D2;
}
</style>
background-color css
<style>
a { background-color: #F1E9D2; }
a { background-color: rgb(241,233,210); }
div.DivClassName
{
background-color: #F1E9D2;
}
.BgClassName
{
background-color: #F1E9D2;
}
</style>
border-color css
<style>
span { border-color: #F1E9D2; }
span { border-color: rgb(241,233,210); }
td.TdClassName
{
border-color: #F1E9D2;
}
.TagClassName
{
border-color: #F1E9D2;
}
</style>