Html Css Color HEX #F0ECDF Quarter Pearl Lusta
📋 copy color: '#F0ECDF'red 240 ◦ green 236 ◦ blue 223
Shades of Quarter Pearl Lusta #F0ECDF
Tints of Quarter Pearl Lusta #F0ECDF
RGB
CMYK
RGB Variations
Color information
#F0ECDF (or 0xF0ECDF) is known color: Quarter Pearl Lusta. HEX triplet: F0, EC and DF. RGB value is (240,236,223). Sum of RGB (Red+Green+Blue) = 240+236+223=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECDF is #0F1320. Grayscale: #EBEBEB. Windows color (decimal): -987937 or 14675184. OLE color: 14675184.
HSL color Cylindrical-coordinate representation of color #F0ECDF: hue angle of 45.88º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0ECDF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 236 | 223 | - |
CMYK | 0 | 0.02 | 0.07 | 0.06 |
HSL | 45.88º | 0.36% | 0.91% | - |
HSV(B) | 45.88º | 0.07% | 0.94% | - |
XYZ | 79.25 | 83.84 | 81.82 | - |
YUV | 235.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 236 | 223 | 0 | 0.02 | 0.07 | 0.06 | 45.88 | 0.36 | 0.91 |
Hex | F0 | EC | DF | 0 | 2 | 7 | 6 | 2E | 24 | 5B |
Octal | 360 | 354 | 337 | 0 | 2 | 7 | 6 | 56 | 44 | 133 |
Binary | 11110000 | 11101100 | 11011111 | 0 | 10 | 111 | 110 | 101110 | 100100 | 1011011 |
Color Harmonies of #F0ECDF
Complementary color
Monochromatic Colors of #F0ECDF
Black with #F0ECDF
Text Example
Text Example
White with #F0ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECDF; }
p { color: rgb(240,236,223); }
H1.HeaderClassName
{
color: #F0ECDF;
}
.AnyTagClassName
{
color: #F0ECDF;
}
</style>
background-color css
<style>
a { background-color: #F0ECDF; }
a { background-color: rgb(240,236,223); }
div.DivClassName
{
background-color: #F0ECDF;
}
.BgClassName
{
background-color: #F0ECDF;
}
</style>
border-color css
<style>
span { border-color: #F0ECDF; }
span { border-color: rgb(240,236,223); }
td.TdClassName
{
border-color: #F0ECDF;
}
.TagClassName
{
border-color: #F0ECDF;
}
</style>