Html Css Color HEX #F2EEDF Quarter Pearl Lusta
📋 copy color: '#F2EEDF'red 242 ◦ green 238 ◦ blue 223
Shades of Quarter Pearl Lusta #F2EEDF
Tints of Quarter Pearl Lusta #F2EEDF
RGB
CMYK
RGB Variations
Color information
#F2EEDF (or 0xF2EEDF) is known color: Quarter Pearl Lusta. HEX triplet: F2, EE and DF. RGB value is (242,238,223). Sum of RGB (Red+Green+Blue) = 242+238+223=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEDF is #0D1120. Grayscale: #EDEDED. Windows color (decimal): -856353 or 14675698. OLE color: 14675698.
HSL color Cylindrical-coordinate representation of color #F2EEDF: hue angle of 47.37º degrees, saturation: 0.42, 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 #F2EEDF is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 223 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.05 |
| HSL | 47.37º | 0.42% | 0.91% | - |
| HSV(B) | 47.37º | 0.08% | 0.95% | - |
| XYZ | 80.51 | 85.35 | 82.04 | - |
| YUV | 237.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 223 | 0 | 0.02 | 0.08 | 0.05 | 47.37 | 0.42 | 0.91 |
| Hex | F2 | EE | DF | 0 | 2 | 8 | 5 | 2F | 2A | 5B |
| Octal | 362 | 356 | 337 | 0 | 2 | 10 | 5 | 57 | 52 | 133 |
| Binary | 11110010 | 11101110 | 11011111 | 0 | 10 | 1000 | 101 | 101111 | 101010 | 1011011 |
Color Harmonies of #F2EEDF
Complementary color
Monochromatic Colors of #F2EEDF
Black with #F2EEDF
Text Example
Text Example
White with #F2EEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEDF; }
p { color: rgb(242,238,223); }
H1.HeaderClassName
{
color: #F2EEDF;
}
.AnyTagClassName
{
color: #F2EEDF;
}
</style>
background-color css
<style>
a { background-color: #F2EEDF; }
a { background-color: rgb(242,238,223); }
div.DivClassName
{
background-color: #F2EEDF;
}
.BgClassName
{
background-color: #F2EEDF;
}
</style>
border-color css
<style>
span { border-color: #F2EEDF; }
span { border-color: rgb(242,238,223); }
td.TdClassName
{
border-color: #F2EEDF;
}
.TagClassName
{
border-color: #F2EEDF;
}
</style>