Html Css Color HEX #F1ECDB Quarter Pearl Lusta
📋 copy color: '#F1ECDB'red 241 ◦ green 236 ◦ blue 219
Shades of Quarter Pearl Lusta #F1ECDB
Tints of Quarter Pearl Lusta #F1ECDB
RGB
CMYK
RGB Variations
Color information
#F1ECDB (or 0xF1ECDB) is known color: Quarter Pearl Lusta. HEX triplet: F1, EC and DB. RGB value is (241,236,219). Sum of RGB (Red+Green+Blue) = 241+236+219=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECDB is #0E1324. Grayscale: #EBEBEB. Windows color (decimal): -922405 or 14413041. OLE color: 14413041.
HSL color Cylindrical-coordinate representation of color #F1ECDB: hue angle of 46.36º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1ECDB is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 236 | 219 | - |
CMYK | 0 | 0.02 | 0.09 | 0.05 |
HSL | 46.36º | 0.44% | 0.9% | - |
HSV(B) | 46.36º | 0.09% | 0.95% | - |
XYZ | 79.06 | 83.81 | 79.03 | - |
YUV | 235.56 | 118.66 | 131.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 236 | 219 | 0 | 0.02 | 0.09 | 0.05 | 46.36 | 0.44 | 0.9 |
Hex | F1 | EC | DB | 0 | 2 | 9 | 5 | 2E | 2C | 5A |
Octal | 361 | 354 | 333 | 0 | 2 | 11 | 5 | 56 | 54 | 132 |
Binary | 11110001 | 11101100 | 11011011 | 0 | 10 | 1001 | 101 | 101110 | 101100 | 1011010 |
Color Harmonies of #F1ECDB
Complementary color
Monochromatic Colors of #F1ECDB
Black with #F1ECDB
Text Example
Text Example
White with #F1ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECDB; }
p { color: rgb(241,236,219); }
H1.HeaderClassName
{
color: #F1ECDB;
}
.AnyTagClassName
{
color: #F1ECDB;
}
</style>
background-color css
<style>
a { background-color: #F1ECDB; }
a { background-color: rgb(241,236,219); }
div.DivClassName
{
background-color: #F1ECDB;
}
.BgClassName
{
background-color: #F1ECDB;
}
</style>
border-color css
<style>
span { border-color: #F1ECDB; }
span { border-color: rgb(241,236,219); }
td.TdClassName
{
border-color: #F1ECDB;
}
.TagClassName
{
border-color: #F1ECDB;
}
</style>