Shades of Half Pearl Lusta #F4ECD8
Tints of Half Pearl Lusta #F4ECD8
RGB
CMYK
RGB Variations
Color information
#F4ECD8 (or 0xF4ECD8) is known color: Half Pearl Lusta. HEX triplet: F4, EC and D8. RGB value is (244,236,216). Sum of RGB (Red+Green+Blue) = 244+236+216=696 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.06% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 216 (84.77% from 255 or 31.03% from 696); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ECD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4ECD8 is #0B1327. Grayscale: #ECECEC. Windows color (decimal): -725800 or 14216436. OLE color: 14216436.
HSL color Cylindrical-coordinate representation of color #F4ECD8: hue angle of 42.86º degrees, saturation: 0.56, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4ECD8 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 216 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.04 |
| HSL | 42.86º | 0.56% | 0.9% | - |
| HSV(B) | 42.86º | 0.11% | 0.96% | - |
| XYZ | 79.7 | 84.18 | 77.01 | - |
| YUV | 236.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 216 | 0 | 0.03 | 0.11 | 0.04 | 42.86 | 0.56 | 0.9 |
| Hex | F4 | EC | D8 | 0 | 3 | B | 4 | 2B | 38 | 5A |
| Octal | 364 | 354 | 330 | 0 | 3 | 13 | 4 | 53 | 70 | 132 |
| Binary | 11110100 | 11101100 | 11011000 | 0 | 11 | 1011 | 100 | 101011 | 111000 | 1011010 |
Color Harmonies of #F4ECD8
Complementary color
Monochromatic Colors of #F4ECD8
Black with #F4ECD8
Text Example
Text Example
White with #F4ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ECD8; }
p { color: rgb(244,236,216); }
H1.HeaderClassName
{
color: #F4ECD8;
}
.AnyTagClassName
{
color: #F4ECD8;
}
</style>
background-color css
<style>
a { background-color: #F4ECD8; }
a { background-color: rgb(244,236,216); }
div.DivClassName
{
background-color: #F4ECD8;
}
.BgClassName
{
background-color: #F4ECD8;
}
</style>
border-color css
<style>
span { border-color: #F4ECD8; }
span { border-color: rgb(244,236,216); }
td.TdClassName
{
border-color: #F4ECD8;
}
.TagClassName
{
border-color: #F4ECD8;
}
</style>