Shades of Half Pearl Lusta #F6EDD5
Tints of Half Pearl Lusta #F6EDD5
RGB
CMYK
RGB Variations
Color information
#F6EDD5 (or 0xF6EDD5) is known color: Half Pearl Lusta. HEX triplet: F6, ED and D5. RGB value is (246,237,213). Sum of RGB (Red+Green+Blue) = 246+237+213=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 213 (83.59% from 255 or 30.60% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDD5 is #09122A. Grayscale: #EDEDED. Windows color (decimal): -594475 or 14020086. OLE color: 14020086.
HSL color Cylindrical-coordinate representation of color #F6EDD5: hue angle of 43.64º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6EDD5 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 237 | 213 | - |
CMYK | 0 | 0.04 | 0.13 | 0.04 |
HSL | 43.64º | 0.65% | 0.9% | - |
HSV(B) | 43.64º | 0.13% | 0.96% | - |
XYZ | 80.3 | 84.97 | 75.12 | - |
YUV | 236.96 | 114.48 | 134.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 237 | 213 | 0 | 0.04 | 0.13 | 0.04 | 43.64 | 0.65 | 0.9 |
Hex | F6 | ED | D5 | 0 | 4 | D | 4 | 2C | 41 | 5A |
Octal | 366 | 355 | 325 | 0 | 4 | 15 | 4 | 54 | 101 | 132 |
Binary | 11110110 | 11101101 | 11010101 | 0 | 100 | 1101 | 100 | 101100 | 1000001 | 1011010 |
Color Harmonies of #F6EDD5
Complementary color
Monochromatic Colors of #F6EDD5
Black with #F6EDD5
Text Example
Text Example
White with #F6EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDD5; }
p { color: rgb(246,237,213); }
H1.HeaderClassName
{
color: #F6EDD5;
}
.AnyTagClassName
{
color: #F6EDD5;
}
</style>
background-color css
<style>
a { background-color: #F6EDD5; }
a { background-color: rgb(246,237,213); }
div.DivClassName
{
background-color: #F6EDD5;
}
.BgClassName
{
background-color: #F6EDD5;
}
</style>
border-color css
<style>
span { border-color: #F6EDD5; }
span { border-color: rgb(246,237,213); }
td.TdClassName
{
border-color: #F6EDD5;
}
.TagClassName
{
border-color: #F6EDD5;
}
</style>