Shades of Half Pearl Lusta #F5ECD7
Tints of Half Pearl Lusta #F5ECD7
RGB
CMYK
RGB Variations
Color information
#F5ECD7 (or 0xF5ECD7) is known color: Half Pearl Lusta. HEX triplet: F5, EC and D7. RGB value is (245,236,215). Sum of RGB (Red+Green+Blue) = 245+236+215=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 215 (84.38% from 255 or 30.89% from 696); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECD7 is #0A1328. Grayscale: #ECECEC. Windows color (decimal): -660265 or 14150901. OLE color: 14150901.
HSL color Cylindrical-coordinate representation of color #F5ECD7: hue angle of 42º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5ECD7 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 215 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.04 |
| HSL | 42º | 0.6% | 0.9% | - |
| HSV(B) | 42º | 0.12% | 0.96% | - |
| XYZ | 79.92 | 84.31 | 76.35 | - |
| YUV | 236.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 215 | 0 | 0.04 | 0.12 | 0.04 | 42 | 0.6 | 0.9 |
| Hex | F5 | EC | D7 | 0 | 4 | C | 4 | 2A | 3C | 5A |
| Octal | 365 | 354 | 327 | 0 | 4 | 14 | 4 | 52 | 74 | 132 |
| Binary | 11110101 | 11101100 | 11010111 | 0 | 100 | 1100 | 100 | 101010 | 111100 | 1011010 |
Color Harmonies of #F5ECD7
Complementary color
Monochromatic Colors of #F5ECD7
Black with #F5ECD7
Text Example
Text Example
White with #F5ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECD7; }
p { color: rgb(245,236,215); }
H1.HeaderClassName
{
color: #F5ECD7;
}
.AnyTagClassName
{
color: #F5ECD7;
}
</style>
background-color css
<style>
a { background-color: #F5ECD7; }
a { background-color: rgb(245,236,215); }
div.DivClassName
{
background-color: #F5ECD7;
}
.BgClassName
{
background-color: #F5ECD7;
}
</style>
border-color css
<style>
span { border-color: #F5ECD7; }
span { border-color: rgb(245,236,215); }
td.TdClassName
{
border-color: #F5ECD7;
}
.TagClassName
{
border-color: #F5ECD7;
}
</style>