Shades of Half Pearl Lusta #F3E9D3
Tints of Half Pearl Lusta #F3E9D3
RGB
CMYK
RGB Variations
Color information
#F3E9D3 (or 0xF3E9D3) is known color: Half Pearl Lusta. HEX triplet: F3, E9 and D3. RGB value is (243,233,211). Sum of RGB (Red+Green+Blue) = 243+233+211=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 211 (82.81% from 255 or 30.71% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E9D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E9D3 is #0C162C. Grayscale: #E9E9E9. Windows color (decimal): -792109 or 13887987. OLE color: 13887987.
HSL color Cylindrical-coordinate representation of color #F3E9D3: hue angle of 41.25º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3E9D3 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 211 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.05 |
| HSL | 41.25º | 0.57% | 0.89% | - |
| HSV(B) | 41.25º | 0.13% | 0.95% | - |
| XYZ | 77.86 | 82.04 | 73.36 | - |
| YUV | 233.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 211 | 0 | 0.04 | 0.13 | 0.05 | 41.25 | 0.57 | 0.89 |
| Hex | F3 | E9 | D3 | 0 | 4 | D | 5 | 29 | 39 | 59 |
| Octal | 363 | 351 | 323 | 0 | 4 | 15 | 5 | 51 | 71 | 131 |
| Binary | 11110011 | 11101001 | 11010011 | 0 | 100 | 1101 | 101 | 101001 | 111001 | 1011001 |
Color Harmonies of #F3E9D3
Complementary color
Monochromatic Colors of #F3E9D3
Black with #F3E9D3
Text Example
Text Example
White with #F3E9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E9D3; }
p { color: rgb(243,233,211); }
H1.HeaderClassName
{
color: #F3E9D3;
}
.AnyTagClassName
{
color: #F3E9D3;
}
</style>
background-color css
<style>
a { background-color: #F3E9D3; }
a { background-color: rgb(243,233,211); }
div.DivClassName
{
background-color: #F3E9D3;
}
.BgClassName
{
background-color: #F3E9D3;
}
</style>
border-color css
<style>
span { border-color: #F3E9D3; }
span { border-color: rgb(243,233,211); }
td.TdClassName
{
border-color: #F3E9D3;
}
.TagClassName
{
border-color: #F3E9D3;
}
</style>