Shades of Bianca #F6F0DE
Tints of Bianca #F6F0DE
RGB
CMYK
RGB Variations
Color information
#F6F0DE (or 0xF6F0DE) is known color: Bianca. HEX triplet: F6, F0 and DE. RGB value is (246,240,222). Sum of RGB (Red+Green+Blue) = 246+240+222=708 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.75% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 222 (87.11% from 255 or 31.36% from 708); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0DE is #090F21. Grayscale: #EFEFEF. Windows color (decimal): -593698 or 14610678. OLE color: 14610678.
HSL color Cylindrical-coordinate representation of color #F6F0DE: hue angle of 45º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6F0DE is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 222 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.04 |
| HSL | 45º | 0.57% | 0.92% | - |
| HSV(B) | 45º | 0.1% | 0.96% | - |
| XYZ | 82.35 | 87.19 | 81.6 | - |
| YUV | 239.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 222 | 0 | 0.02 | 0.10 | 0.04 | 45 | 0.57 | 0.92 |
| Hex | F6 | F0 | DE | 0 | 2 | A | 4 | 2D | 39 | 5C |
| Octal | 366 | 360 | 336 | 0 | 2 | 12 | 4 | 55 | 71 | 134 |
| Binary | 11110110 | 11110000 | 11011110 | 0 | 10 | 1010 | 100 | 101101 | 111001 | 1011100 |
Color Harmonies of #F6F0DE
Complementary color
Monochromatic Colors of #F6F0DE
Black with #F6F0DE
Text Example
Text Example
White with #F6F0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0DE; }
p { color: rgb(246,240,222); }
H1.HeaderClassName
{
color: #F6F0DE;
}
.AnyTagClassName
{
color: #F6F0DE;
}
</style>
background-color css
<style>
a { background-color: #F6F0DE; }
a { background-color: rgb(246,240,222); }
div.DivClassName
{
background-color: #F6F0DE;
}
.BgClassName
{
background-color: #F6F0DE;
}
</style>
border-color css
<style>
span { border-color: #F6F0DE; }
span { border-color: rgb(246,240,222); }
td.TdClassName
{
border-color: #F6F0DE;
}
.TagClassName
{
border-color: #F6F0DE;
}
</style>