Html Css Color HEX #F2EDDD Quarter Pearl Lusta
📋 copy color: '#F2EDDD'red 242 ◦ green 237 ◦ blue 221
Shades of Quarter Pearl Lusta #F2EDDD
Tints of Quarter Pearl Lusta #F2EDDD
RGB
CMYK
RGB Variations
Color information
#F2EDDD (or 0xF2EDDD) is known color: Quarter Pearl Lusta. HEX triplet: F2, ED and DD. RGB value is (242,237,221). Sum of RGB (Red+Green+Blue) = 242+237+221=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDDD is #0D1222. Grayscale: #ECECEC. Windows color (decimal): -856611 or 14544370. OLE color: 14544370.
HSL color Cylindrical-coordinate representation of color #F2EDDD: hue angle of 45.71º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2EDDD is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 237 | 221 | - |
CMYK | 0 | 0.02 | 0.09 | 0.05 |
HSL | 45.71º | 0.45% | 0.91% | - |
HSV(B) | 45.71º | 0.09% | 0.95% | - |
XYZ | 79.95 | 84.67 | 80.53 | - |
YUV | 236.67 | 119.16 | 131.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 237 | 221 | 0 | 0.02 | 0.09 | 0.05 | 45.71 | 0.45 | 0.91 |
Hex | F2 | ED | DD | 0 | 2 | 9 | 5 | 2E | 2D | 5B |
Octal | 362 | 355 | 335 | 0 | 2 | 11 | 5 | 56 | 55 | 133 |
Binary | 11110010 | 11101101 | 11011101 | 0 | 10 | 1001 | 101 | 101110 | 101101 | 1011011 |
Color Harmonies of #F2EDDD
Complementary color
Monochromatic Colors of #F2EDDD
Black with #F2EDDD
Text Example
Text Example
White with #F2EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDDD; }
p { color: rgb(242,237,221); }
H1.HeaderClassName
{
color: #F2EDDD;
}
.AnyTagClassName
{
color: #F2EDDD;
}
</style>
background-color css
<style>
a { background-color: #F2EDDD; }
a { background-color: rgb(242,237,221); }
div.DivClassName
{
background-color: #F2EDDD;
}
.BgClassName
{
background-color: #F2EDDD;
}
</style>
border-color css
<style>
span { border-color: #F2EDDD; }
span { border-color: rgb(242,237,221); }
td.TdClassName
{
border-color: #F2EDDD;
}
.TagClassName
{
border-color: #F2EDDD;
}
</style>