Shades of Half Pearl Lusta #F5ECD3
Tints of Half Pearl Lusta #F5ECD3
RGB
CMYK
RGB Variations
Color information
#F5ECD3 (or 0xF5ECD3) is known color: Half Pearl Lusta. HEX triplet: F5, EC and D3. RGB value is (245,236,211). Sum of RGB (Red+Green+Blue) = 245+236+211=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 211 (82.81% from 255 or 30.49% from 692); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECD3 is #0A132C. Grayscale: #EBEBEB. Windows color (decimal): -660269 or 13888757. OLE color: 13888757.
HSL color Cylindrical-coordinate representation of color #F5ECD3: hue angle of 44.12º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5ECD3 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 211 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.04 |
| HSL | 44.12º | 0.63% | 0.89% | - |
| HSV(B) | 44.12º | 0.14% | 0.96% | - |
| XYZ | 79.41 | 84.11 | 73.68 | - |
| YUV | 235.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 211 | 0 | 0.04 | 0.14 | 0.04 | 44.12 | 0.63 | 0.89 |
| Hex | F5 | EC | D3 | 0 | 4 | E | 4 | 2C | 3F | 59 |
| Octal | 365 | 354 | 323 | 0 | 4 | 16 | 4 | 54 | 77 | 131 |
| Binary | 11110101 | 11101100 | 11010011 | 0 | 100 | 1110 | 100 | 101100 | 111111 | 1011001 |
Color Harmonies of #F5ECD3
Complementary color
Monochromatic Colors of #F5ECD3
Black with #F5ECD3
Text Example
Text Example
White with #F5ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECD3; }
p { color: rgb(245,236,211); }
H1.HeaderClassName
{
color: #F5ECD3;
}
.AnyTagClassName
{
color: #F5ECD3;
}
</style>
background-color css
<style>
a { background-color: #F5ECD3; }
a { background-color: rgb(245,236,211); }
div.DivClassName
{
background-color: #F5ECD3;
}
.BgClassName
{
background-color: #F5ECD3;
}
</style>
border-color css
<style>
span { border-color: #F5ECD3; }
span { border-color: rgb(245,236,211); }
td.TdClassName
{
border-color: #F5ECD3;
}
.TagClassName
{
border-color: #F5ECD3;
}
</style>