Shades of Bianca #F5EEDD
Tints of Bianca #F5EEDD
RGB
CMYK
RGB Variations
Color information
#F5EEDD (or 0xF5EEDD) is known color: Bianca. HEX triplet: F5, EE and DD. RGB value is (245,238,221). Sum of RGB (Red+Green+Blue) = 245+238+221=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEDD is #0A1122. Grayscale: #EEEEEE. Windows color (decimal): -659747 or 14544629. OLE color: 14544629.
HSL color Cylindrical-coordinate representation of color #F5EEDD: hue angle of 42.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5EEDD is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 221 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.04 |
| HSL | 42.5º | 0.55% | 0.91% | - |
| HSV(B) | 42.5º | 0.1% | 0.96% | - |
| XYZ | 81.28 | 85.78 | 80.68 | - |
| YUV | 238.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 221 | 0 | 0.03 | 0.10 | 0.04 | 42.5 | 0.55 | 0.91 |
| Hex | F5 | EE | DD | 0 | 3 | A | 4 | 2A | 37 | 5B |
| Octal | 365 | 356 | 335 | 0 | 3 | 12 | 4 | 52 | 67 | 133 |
| Binary | 11110101 | 11101110 | 11011101 | 0 | 11 | 1010 | 100 | 101010 | 110111 | 1011011 |
Color Harmonies of #F5EEDD
Complementary color
Monochromatic Colors of #F5EEDD
Black with #F5EEDD
Text Example
Text Example
White with #F5EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EEDD; }
p { color: rgb(245,238,221); }
H1.HeaderClassName
{
color: #F5EEDD;
}
.AnyTagClassName
{
color: #F5EEDD;
}
</style>
background-color css
<style>
a { background-color: #F5EEDD; }
a { background-color: rgb(245,238,221); }
div.DivClassName
{
background-color: #F5EEDD;
}
.BgClassName
{
background-color: #F5EEDD;
}
</style>
border-color css
<style>
span { border-color: #F5EEDD; }
span { border-color: rgb(245,238,221); }
td.TdClassName
{
border-color: #F5EEDD;
}
.TagClassName
{
border-color: #F5EEDD;
}
</style>