Shades of Half Pearl Lusta #F1E8CF
Tints of Half Pearl Lusta #F1E8CF
RGB
CMYK
RGB Variations
Color information
#F1E8CF (or 0xF1E8CF) is known color: Half Pearl Lusta. HEX triplet: F1, E8 and CF. RGB value is (241,232,207). Sum of RGB (Red+Green+Blue) = 241+232+207=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8CF is #0E1730. Grayscale: #E7E7E7. Windows color (decimal): -923441 or 13625585. OLE color: 13625585.
HSL color Cylindrical-coordinate representation of color #F1E8CF: hue angle of 44.12º degrees, saturation: 0.55, 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 #F1E8CF is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 207 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.05 |
| HSL | 44.12º | 0.55% | 0.88% | - |
| HSV(B) | 44.12º | 0.14% | 0.95% | - |
| XYZ | 76.39 | 80.92 | 70.62 | - |
| YUV | 231.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 207 | 0 | 0.04 | 0.14 | 0.05 | 44.12 | 0.55 | 0.88 |
| Hex | F1 | E8 | CF | 0 | 4 | E | 5 | 2C | 37 | 58 |
| Octal | 361 | 350 | 317 | 0 | 4 | 16 | 5 | 54 | 67 | 130 |
| Binary | 11110001 | 11101000 | 11001111 | 0 | 100 | 1110 | 101 | 101100 | 110111 | 1011000 |
Color Harmonies of #F1E8CF
Complementary color
Monochromatic Colors of #F1E8CF
Black with #F1E8CF
Text Example
Text Example
White with #F1E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8CF; }
p { color: rgb(241,232,207); }
H1.HeaderClassName
{
color: #F1E8CF;
}
.AnyTagClassName
{
color: #F1E8CF;
}
</style>
background-color css
<style>
a { background-color: #F1E8CF; }
a { background-color: rgb(241,232,207); }
div.DivClassName
{
background-color: #F1E8CF;
}
.BgClassName
{
background-color: #F1E8CF;
}
</style>
border-color css
<style>
span { border-color: #F1E8CF; }
span { border-color: rgb(241,232,207); }
td.TdClassName
{
border-color: #F1E8CF;
}
.TagClassName
{
border-color: #F1E8CF;
}
</style>