Shades of Bianca #F6F1E0
Tints of Bianca #F6F1E0
RGB
CMYK
RGB Variations
Color information
#F6F1E0 (or 0xF6F1E0) is known color: Bianca. HEX triplet: F6, F1 and E0. RGB value is (246,241,224). Sum of RGB (Red+Green+Blue) = 246+241+224=711 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.60% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 224 (87.89% from 255 or 31.50% from 711); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F1E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F1E0 is #090E1F. Grayscale: #F0F0F0. Windows color (decimal): -593440 or 14742006. OLE color: 14742006.
HSL color Cylindrical-coordinate representation of color #F6F1E0: hue angle of 46.36º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6F1E0 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 241 | 224 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.04 |
| HSL | 46.36º | 0.55% | 0.92% | - |
| HSV(B) | 46.36º | 0.09% | 0.96% | - |
| XYZ | 82.92 | 87.89 | 83.11 | - |
| YUV | 240.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 241 | 224 | 0 | 0.02 | 0.09 | 0.04 | 46.36 | 0.55 | 0.92 |
| Hex | F6 | F1 | E0 | 0 | 2 | 9 | 4 | 2E | 37 | 5C |
| Octal | 366 | 361 | 340 | 0 | 2 | 11 | 4 | 56 | 67 | 134 |
| Binary | 11110110 | 11110001 | 11100000 | 0 | 10 | 1001 | 100 | 101110 | 110111 | 1011100 |
Color Harmonies of #F6F1E0
Complementary color
Monochromatic Colors of #F6F1E0
Black with #F6F1E0
Text Example
Text Example
White with #F6F1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F1E0; }
p { color: rgb(246,241,224); }
H1.HeaderClassName
{
color: #F6F1E0;
}
.AnyTagClassName
{
color: #F6F1E0;
}
</style>
background-color css
<style>
a { background-color: #F6F1E0; }
a { background-color: rgb(246,241,224); }
div.DivClassName
{
background-color: #F6F1E0;
}
.BgClassName
{
background-color: #F6F1E0;
}
</style>
border-color css
<style>
span { border-color: #F6F1E0; }
span { border-color: rgb(246,241,224); }
td.TdClassName
{
border-color: #F6F1E0;
}
.TagClassName
{
border-color: #F6F1E0;
}
</style>