Shades of Half Pearl Lusta #F6ECD4
Tints of Half Pearl Lusta #F6ECD4
RGB
CMYK
RGB Variations
Color information
#F6ECD4 (or 0xF6ECD4) is known color: Half Pearl Lusta. HEX triplet: F6, EC and D4. RGB value is (246,236,212). Sum of RGB (Red+Green+Blue) = 246+236+212=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 212 (83.20% from 255 or 30.55% from 694); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6ECD4 is #09132B. Grayscale: #ECECEC. Windows color (decimal): -594732 or 13954294. OLE color: 13954294.
HSL color Cylindrical-coordinate representation of color #F6ECD4: hue angle of 42.35º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6ECD4 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 212 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.04 |
| HSL | 42.35º | 0.65% | 0.9% | - |
| HSV(B) | 42.35º | 0.14% | 0.96% | - |
| XYZ | 79.89 | 84.34 | 74.36 | - |
| YUV | 236.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 212 | 0 | 0.04 | 0.14 | 0.04 | 42.35 | 0.65 | 0.9 |
| Hex | F6 | EC | D4 | 0 | 4 | E | 4 | 2A | 41 | 5A |
| Octal | 366 | 354 | 324 | 0 | 4 | 16 | 4 | 52 | 101 | 132 |
| Binary | 11110110 | 11101100 | 11010100 | 0 | 100 | 1110 | 100 | 101010 | 1000001 | 1011010 |
Color Harmonies of #F6ECD4
Complementary color
Monochromatic Colors of #F6ECD4
Black with #F6ECD4
Text Example
Text Example
White with #F6ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ECD4; }
p { color: rgb(246,236,212); }
H1.HeaderClassName
{
color: #F6ECD4;
}
.AnyTagClassName
{
color: #F6ECD4;
}
</style>
background-color css
<style>
a { background-color: #F6ECD4; }
a { background-color: rgb(246,236,212); }
div.DivClassName
{
background-color: #F6ECD4;
}
.BgClassName
{
background-color: #F6ECD4;
}
</style>
border-color css
<style>
span { border-color: #F6ECD4; }
span { border-color: rgb(246,236,212); }
td.TdClassName
{
border-color: #F6ECD4;
}
.TagClassName
{
border-color: #F6ECD4;
}
</style>