Html Css Color HEX #F3EEDB Quarter Pearl Lusta
📋 copy color: '#F3EEDB'red 243 ◦ green 238 ◦ blue 219
Shades of Quarter Pearl Lusta #F3EEDB
Tints of Quarter Pearl Lusta #F3EEDB
RGB
CMYK
RGB Variations
Color information
#F3EEDB (or 0xF3EEDB) is known color: Quarter Pearl Lusta. HEX triplet: F3, EE and DB. RGB value is (243,238,219). Sum of RGB (Red+Green+Blue) = 243+238+219=700 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.71% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EEDB is #0C1124. Grayscale: #EDEDED. Windows color (decimal): -790821 or 14413555. OLE color: 14413555.
HSL color Cylindrical-coordinate representation of color #F3EEDB: hue angle of 47.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3EEDB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 238 | 219 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.05 |
| HSL | 47.5º | 0.5% | 0.91% | - |
| HSV(B) | 47.5º | 0.1% | 0.95% | - |
| XYZ | 80.32 | 85.32 | 79.25 | - |
| YUV | 237.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 238 | 219 | 0 | 0.02 | 0.10 | 0.05 | 47.5 | 0.5 | 0.91 |
| Hex | F3 | EE | DB | 0 | 2 | A | 5 | 30 | 32 | 5B |
| Octal | 363 | 356 | 333 | 0 | 2 | 12 | 5 | 60 | 62 | 133 |
| Binary | 11110011 | 11101110 | 11011011 | 0 | 10 | 1010 | 101 | 110000 | 110010 | 1011011 |
Color Harmonies of #F3EEDB
Complementary color
Monochromatic Colors of #F3EEDB
Black with #F3EEDB
Text Example
Text Example
White with #F3EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EEDB; }
p { color: rgb(243,238,219); }
H1.HeaderClassName
{
color: #F3EEDB;
}
.AnyTagClassName
{
color: #F3EEDB;
}
</style>
background-color css
<style>
a { background-color: #F3EEDB; }
a { background-color: rgb(243,238,219); }
div.DivClassName
{
background-color: #F3EEDB;
}
.BgClassName
{
background-color: #F3EEDB;
}
</style>
border-color css
<style>
span { border-color: #F3EEDB; }
span { border-color: rgb(243,238,219); }
td.TdClassName
{
border-color: #F3EEDB;
}
.TagClassName
{
border-color: #F3EEDB;
}
</style>