Shades of Bianca #F4EEE0
Tints of Bianca #F4EEE0
RGB
CMYK
RGB Variations
Color information
#F4EEE0 (or 0xF4EEE0) is known color: Bianca. HEX triplet: F4, EE and E0. RGB value is (244,238,224). Sum of RGB (Red+Green+Blue) = 244+238+224=706 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.56% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 224 (87.89% from 255 or 31.73% from 706); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EEE0 is #0B111F. Grayscale: #EEEEEE. Windows color (decimal): -725280 or 14741236. OLE color: 14741236.
HSL color Cylindrical-coordinate representation of color #F4EEE0: hue angle of 42º degrees, saturation: 0.48, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F4EEE0 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 224 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.04 |
| HSL | 42º | 0.48% | 0.92% | - |
| HSV(B) | 42º | 0.08% | 0.96% | - |
| XYZ | 81.34 | 85.76 | 82.79 | - |
| YUV | 238.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 224 | 0 | 0.02 | 0.08 | 0.04 | 42 | 0.48 | 0.92 |
| Hex | F4 | EE | E0 | 0 | 2 | 8 | 4 | 2A | 30 | 5C |
| Octal | 364 | 356 | 340 | 0 | 2 | 10 | 4 | 52 | 60 | 134 |
| Binary | 11110100 | 11101110 | 11100000 | 0 | 10 | 1000 | 100 | 101010 | 110000 | 1011100 |
Color Harmonies of #F4EEE0
Complementary color
Monochromatic Colors of #F4EEE0
Black with #F4EEE0
Text Example
Text Example
White with #F4EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EEE0; }
p { color: rgb(244,238,224); }
H1.HeaderClassName
{
color: #F4EEE0;
}
.AnyTagClassName
{
color: #F4EEE0;
}
</style>
background-color css
<style>
a { background-color: #F4EEE0; }
a { background-color: rgb(244,238,224); }
div.DivClassName
{
background-color: #F4EEE0;
}
.BgClassName
{
background-color: #F4EEE0;
}
</style>
border-color css
<style>
span { border-color: #F4EEE0; }
span { border-color: rgb(244,238,224); }
td.TdClassName
{
border-color: #F4EEE0;
}
.TagClassName
{
border-color: #F4EEE0;
}
</style>