Shades of Half Pearl Lusta #F3ECD5
Tints of Half Pearl Lusta #F3ECD5
RGB
CMYK
RGB Variations
Color information
#F3ECD5 (or 0xF3ECD5) is known color: Half Pearl Lusta. HEX triplet: F3, EC and D5. RGB value is (243,236,213). Sum of RGB (Red+Green+Blue) = 243+236+213=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 213 (83.59% from 255 or 30.78% from 692); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3ECD5 is #0C132A. Grayscale: #EBEBEB. Windows color (decimal): -791339 or 14019827. OLE color: 14019827.
HSL color Cylindrical-coordinate representation of color #F3ECD5: hue angle of 46º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3ECD5 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 236 | 213 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.05 |
| HSL | 46º | 0.56% | 0.89% | - |
| HSV(B) | 46º | 0.12% | 0.95% | - |
| XYZ | 78.97 | 83.85 | 74.97 | - |
| YUV | 235.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 236 | 213 | 0 | 0.03 | 0.12 | 0.05 | 46 | 0.56 | 0.89 |
| Hex | F3 | EC | D5 | 0 | 3 | C | 5 | 2E | 38 | 59 |
| Octal | 363 | 354 | 325 | 0 | 3 | 14 | 5 | 56 | 70 | 131 |
| Binary | 11110011 | 11101100 | 11010101 | 0 | 11 | 1100 | 101 | 101110 | 111000 | 1011001 |
Color Harmonies of #F3ECD5
Complementary color
Monochromatic Colors of #F3ECD5
Black with #F3ECD5
Text Example
Text Example
White with #F3ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ECD5; }
p { color: rgb(243,236,213); }
H1.HeaderClassName
{
color: #F3ECD5;
}
.AnyTagClassName
{
color: #F3ECD5;
}
</style>
background-color css
<style>
a { background-color: #F3ECD5; }
a { background-color: rgb(243,236,213); }
div.DivClassName
{
background-color: #F3ECD5;
}
.BgClassName
{
background-color: #F3ECD5;
}
</style>
border-color css
<style>
span { border-color: #F3ECD5; }
span { border-color: rgb(243,236,213); }
td.TdClassName
{
border-color: #F3ECD5;
}
.TagClassName
{
border-color: #F3ECD5;
}
</style>