Shades of Bianca #F6EFDF
Tints of Bianca #F6EFDF
RGB
CMYK
RGB Variations
Color information
#F6EFDF (or 0xF6EFDF) is known color: Bianca. HEX triplet: F6, EF and DF. RGB value is (246,239,223). Sum of RGB (Red+Green+Blue) = 246+239+223=708 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.75% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFDF is #091020. Grayscale: #EFEFEF. Windows color (decimal): -593953 or 14675958. OLE color: 14675958.
HSL color Cylindrical-coordinate representation of color #F6EFDF: hue angle of 41.74º degrees, saturation: 0.56, 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 #F6EFDF is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 239 | 223 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.04 |
| HSL | 41.74º | 0.56% | 0.92% | - |
| HSV(B) | 41.74º | 0.09% | 0.96% | - |
| XYZ | 82.19 | 86.65 | 82.21 | - |
| YUV | 239.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 239 | 223 | 0 | 0.03 | 0.09 | 0.04 | 41.74 | 0.56 | 0.92 |
| Hex | F6 | EF | DF | 0 | 3 | 9 | 4 | 2A | 38 | 5C |
| Octal | 366 | 357 | 337 | 0 | 3 | 11 | 4 | 52 | 70 | 134 |
| Binary | 11110110 | 11101111 | 11011111 | 0 | 11 | 1001 | 100 | 101010 | 111000 | 1011100 |
Color Harmonies of #F6EFDF
Complementary color
Monochromatic Colors of #F6EFDF
Black with #F6EFDF
Text Example
Text Example
White with #F6EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EFDF; }
p { color: rgb(246,239,223); }
H1.HeaderClassName
{
color: #F6EFDF;
}
.AnyTagClassName
{
color: #F6EFDF;
}
</style>
background-color css
<style>
a { background-color: #F6EFDF; }
a { background-color: rgb(246,239,223); }
div.DivClassName
{
background-color: #F6EFDF;
}
.BgClassName
{
background-color: #F6EFDF;
}
</style>
border-color css
<style>
span { border-color: #F6EFDF; }
span { border-color: rgb(246,239,223); }
td.TdClassName
{
border-color: #F6EFDF;
}
.TagClassName
{
border-color: #F6EFDF;
}
</style>