Shades of Bianca #F5EEDE
Tints of Bianca #F5EEDE
RGB
CMYK
RGB Variations
Color information
#F5EEDE (or 0xF5EEDE) is known color: Bianca. HEX triplet: F5, EE and DE. RGB value is (245,238,222). Sum of RGB (Red+Green+Blue) = 245+238+222=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEDE is #0A1121. Grayscale: #EEEEEE. Windows color (decimal): -659746 or 14610165. OLE color: 14610165.
HSL color Cylindrical-coordinate representation of color #F5EEDE: hue angle of 41.74º degrees, saturation: 0.53, 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 #F5EEDE is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 222 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.04 |
| HSL | 41.74º | 0.53% | 0.92% | - |
| HSV(B) | 41.74º | 0.09% | 0.96% | - |
| XYZ | 81.42 | 85.84 | 81.38 | - |
| YUV | 238.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 222 | 0 | 0.03 | 0.09 | 0.04 | 41.74 | 0.53 | 0.92 |
| Hex | F5 | EE | DE | 0 | 3 | 9 | 4 | 2A | 35 | 5C |
| Octal | 365 | 356 | 336 | 0 | 3 | 11 | 4 | 52 | 65 | 134 |
| Binary | 11110101 | 11101110 | 11011110 | 0 | 11 | 1001 | 100 | 101010 | 110101 | 1011100 |
Color Harmonies of #F5EEDE
Complementary color
Monochromatic Colors of #F5EEDE
Black with #F5EEDE
Text Example
Text Example
White with #F5EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EEDE; }
p { color: rgb(245,238,222); }
H1.HeaderClassName
{
color: #F5EEDE;
}
.AnyTagClassName
{
color: #F5EEDE;
}
</style>
background-color css
<style>
a { background-color: #F5EEDE; }
a { background-color: rgb(245,238,222); }
div.DivClassName
{
background-color: #F5EEDE;
}
.BgClassName
{
background-color: #F5EEDE;
}
</style>
border-color css
<style>
span { border-color: #F5EEDE; }
span { border-color: rgb(245,238,222); }
td.TdClassName
{
border-color: #F5EEDE;
}
.TagClassName
{
border-color: #F5EEDE;
}
</style>