Shades of Bianca #F4EFDE
Tints of Bianca #F4EFDE
RGB
CMYK
RGB Variations
Color information
#F4EFDE (or 0xF4EFDE) is known color: Bianca. HEX triplet: F4, EF and DE. RGB value is (244,239,222). Sum of RGB (Red+Green+Blue) = 244+239+222=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EFDE is #0B1021. Grayscale: #EEEEEE. Windows color (decimal): -725026 or 14610420. OLE color: 14610420.
HSL color Cylindrical-coordinate representation of color #F4EFDE: hue angle of 46.36º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4EFDE is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 239 | 222 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.04 |
| HSL | 46.36º | 0.5% | 0.91% | - |
| HSV(B) | 46.36º | 0.09% | 0.96% | - |
| XYZ | 81.36 | 86.24 | 81.47 | - |
| YUV | 238.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 239 | 222 | 0 | 0.02 | 0.09 | 0.04 | 46.36 | 0.5 | 0.91 |
| Hex | F4 | EF | DE | 0 | 2 | 9 | 4 | 2E | 32 | 5B |
| Octal | 364 | 357 | 336 | 0 | 2 | 11 | 4 | 56 | 62 | 133 |
| Binary | 11110100 | 11101111 | 11011110 | 0 | 10 | 1001 | 100 | 101110 | 110010 | 1011011 |
Color Harmonies of #F4EFDE
Complementary color
Monochromatic Colors of #F4EFDE
Black with #F4EFDE
Text Example
Text Example
White with #F4EFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EFDE; }
p { color: rgb(244,239,222); }
H1.HeaderClassName
{
color: #F4EFDE;
}
.AnyTagClassName
{
color: #F4EFDE;
}
</style>
background-color css
<style>
a { background-color: #F4EFDE; }
a { background-color: rgb(244,239,222); }
div.DivClassName
{
background-color: #F4EFDE;
}
.BgClassName
{
background-color: #F4EFDE;
}
</style>
border-color css
<style>
span { border-color: #F4EFDE; }
span { border-color: rgb(244,239,222); }
td.TdClassName
{
border-color: #F4EFDE;
}
.TagClassName
{
border-color: #F4EFDE;
}
</style>