Html Css Color HEX #F2EEDE Quarter Pearl Lusta
📋 copy color: '#F2EEDE'red 242 ◦ green 238 ◦ blue 222
Shades of Quarter Pearl Lusta #F2EEDE
Tints of Quarter Pearl Lusta #F2EEDE
RGB
CMYK
RGB Variations
Color information
#F2EEDE (or 0xF2EEDE) is known color: Quarter Pearl Lusta. HEX triplet: F2, EE and DE. RGB value is (242,238,222). Sum of RGB (Red+Green+Blue) = 242+238+222=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEDE is #0D1121. Grayscale: #EDEDED. Windows color (decimal): -856354 or 14610162. OLE color: 14610162.
HSL color Cylindrical-coordinate representation of color #F2EEDE: hue angle of 48º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2EEDE is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 222 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.05 |
| HSL | 48º | 0.43% | 0.91% | - |
| HSV(B) | 48º | 0.08% | 0.95% | - |
| XYZ | 80.38 | 85.3 | 81.34 | - |
| YUV | 237.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 222 | 0 | 0.02 | 0.08 | 0.05 | 48 | 0.43 | 0.91 |
| Hex | F2 | EE | DE | 0 | 2 | 8 | 5 | 30 | 2B | 5B |
| Octal | 362 | 356 | 336 | 0 | 2 | 10 | 5 | 60 | 53 | 133 |
| Binary | 11110010 | 11101110 | 11011110 | 0 | 10 | 1000 | 101 | 110000 | 101011 | 1011011 |
Color Harmonies of #F2EEDE
Complementary color
Monochromatic Colors of #F2EEDE
Black with #F2EEDE
Text Example
Text Example
White with #F2EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEDE; }
p { color: rgb(242,238,222); }
H1.HeaderClassName
{
color: #F2EEDE;
}
.AnyTagClassName
{
color: #F2EEDE;
}
</style>
background-color css
<style>
a { background-color: #F2EEDE; }
a { background-color: rgb(242,238,222); }
div.DivClassName
{
background-color: #F2EEDE;
}
.BgClassName
{
background-color: #F2EEDE;
}
</style>
border-color css
<style>
span { border-color: #F2EEDE; }
span { border-color: rgb(242,238,222); }
td.TdClassName
{
border-color: #F2EEDE;
}
.TagClassName
{
border-color: #F2EEDE;
}
</style>