Shades of Half Pearl Lusta #F5EDD7
Tints of Half Pearl Lusta #F5EDD7
RGB
CMYK
RGB Variations
Color information
#F5EDD7 (or 0xF5EDD7) is known color: Half Pearl Lusta. HEX triplet: F5, ED and D7. RGB value is (245,237,215). Sum of RGB (Red+Green+Blue) = 245+237+215=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 215 (84.38% from 255 or 30.85% from 697); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDD7 is #0A1228. Grayscale: #ECECEC. Windows color (decimal): -660009 or 14151157. OLE color: 14151157.
HSL color Cylindrical-coordinate representation of color #F5EDD7: hue angle of 44º 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 #F5EDD7 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 215 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.04 |
| HSL | 44º | 0.6% | 0.9% | - |
| HSV(B) | 44º | 0.12% | 0.96% | - |
| XYZ | 80.21 | 84.89 | 76.45 | - |
| YUV | 236.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 215 | 0 | 0.03 | 0.12 | 0.04 | 44 | 0.6 | 0.9 |
| Hex | F5 | ED | D7 | 0 | 3 | C | 4 | 2C | 3C | 5A |
| Octal | 365 | 355 | 327 | 0 | 3 | 14 | 4 | 54 | 74 | 132 |
| Binary | 11110101 | 11101101 | 11010111 | 0 | 11 | 1100 | 100 | 101100 | 111100 | 1011010 |
Color Harmonies of #F5EDD7
Complementary color
Monochromatic Colors of #F5EDD7
Black with #F5EDD7
Text Example
Text Example
White with #F5EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDD7; }
p { color: rgb(245,237,215); }
H1.HeaderClassName
{
color: #F5EDD7;
}
.AnyTagClassName
{
color: #F5EDD7;
}
</style>
background-color css
<style>
a { background-color: #F5EDD7; }
a { background-color: rgb(245,237,215); }
div.DivClassName
{
background-color: #F5EDD7;
}
.BgClassName
{
background-color: #F5EDD7;
}
</style>
border-color css
<style>
span { border-color: #F5EDD7; }
span { border-color: rgb(245,237,215); }
td.TdClassName
{
border-color: #F5EDD7;
}
.TagClassName
{
border-color: #F5EDD7;
}
</style>