Html Css Color HEX #F4EFDC Quarter Pearl Lusta
📋 copy color: '#F4EFDC'red 244 ◦ green 239 ◦ blue 220
Shades of Quarter Pearl Lusta #F4EFDC
Tints of Quarter Pearl Lusta #F4EFDC
RGB
CMYK
RGB Variations
Color information
#F4EFDC (or 0xF4EFDC) is known color: Quarter Pearl Lusta. HEX triplet: F4, EF and DC. RGB value is (244,239,220). Sum of RGB (Red+Green+Blue) = 244+239+220=703 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.71% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EFDC is #0B1023. Grayscale: #EEEEEE. Windows color (decimal): -725028 or 14479348. OLE color: 14479348.
HSL color Cylindrical-coordinate representation of color #F4EFDC: hue angle of 47.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4EFDC is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 239 | 220 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.04 |
| HSL | 47.5º | 0.52% | 0.91% | - |
| HSV(B) | 47.5º | 0.1% | 0.96% | - |
| XYZ | 81.09 | 86.13 | 80.06 | - |
| YUV | 238.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 239 | 220 | 0 | 0.02 | 0.10 | 0.04 | 47.5 | 0.52 | 0.91 |
| Hex | F4 | EF | DC | 0 | 2 | A | 4 | 30 | 34 | 5B |
| Octal | 364 | 357 | 334 | 0 | 2 | 12 | 4 | 60 | 64 | 133 |
| Binary | 11110100 | 11101111 | 11011100 | 0 | 10 | 1010 | 100 | 110000 | 110100 | 1011011 |
Color Harmonies of #F4EFDC
Complementary color
Monochromatic Colors of #F4EFDC
Black with #F4EFDC
Text Example
Text Example
White with #F4EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EFDC; }
p { color: rgb(244,239,220); }
H1.HeaderClassName
{
color: #F4EFDC;
}
.AnyTagClassName
{
color: #F4EFDC;
}
</style>
background-color css
<style>
a { background-color: #F4EFDC; }
a { background-color: rgb(244,239,220); }
div.DivClassName
{
background-color: #F4EFDC;
}
.BgClassName
{
background-color: #F4EFDC;
}
</style>
border-color css
<style>
span { border-color: #F4EFDC; }
span { border-color: rgb(244,239,220); }
td.TdClassName
{
border-color: #F4EFDC;
}
.TagClassName
{
border-color: #F4EFDC;
}
</style>