Shades of Half Pearl Lusta #F3E9D0
Tints of Half Pearl Lusta #F3E9D0
RGB
CMYK
RGB Variations
Color information
#F3E9D0 (or 0xF3E9D0) is known color: Half Pearl Lusta. HEX triplet: F3, E9 and D0. RGB value is (243,233,208). Sum of RGB (Red+Green+Blue) = 243+233+208=684 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.53% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E9D0 is #0C162F. Grayscale: #E9E9E9. Windows color (decimal): -792112 or 13691379. OLE color: 13691379.
HSL color Cylindrical-coordinate representation of color #F3E9D0: hue angle of 42.86º degrees, saturation: 0.59, 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 #F3E9D0 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 208 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.05 |
| HSL | 42.86º | 0.59% | 0.88% | - |
| HSV(B) | 42.86º | 0.14% | 0.95% | - |
| XYZ | 77.49 | 81.89 | 71.4 | - |
| YUV | 233.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 208 | 0 | 0.04 | 0.14 | 0.05 | 42.86 | 0.59 | 0.88 |
| Hex | F3 | E9 | D0 | 0 | 4 | E | 5 | 2B | 3B | 58 |
| Octal | 363 | 351 | 320 | 0 | 4 | 16 | 5 | 53 | 73 | 130 |
| Binary | 11110011 | 11101001 | 11010000 | 0 | 100 | 1110 | 101 | 101011 | 111011 | 1011000 |
Color Harmonies of #F3E9D0
Complementary color
Monochromatic Colors of #F3E9D0
Black with #F3E9D0
Text Example
Text Example
White with #F3E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E9D0; }
p { color: rgb(243,233,208); }
H1.HeaderClassName
{
color: #F3E9D0;
}
.AnyTagClassName
{
color: #F3E9D0;
}
</style>
background-color css
<style>
a { background-color: #F3E9D0; }
a { background-color: rgb(243,233,208); }
div.DivClassName
{
background-color: #F3E9D0;
}
.BgClassName
{
background-color: #F3E9D0;
}
</style>
border-color css
<style>
span { border-color: #F3E9D0; }
span { border-color: rgb(243,233,208); }
td.TdClassName
{
border-color: #F3E9D0;
}
.TagClassName
{
border-color: #F3E9D0;
}
</style>