Shades of Bianca #F4EFE0
Tints of Bianca #F4EFE0
RGB
CMYK
RGB Variations
Color information
#F4EFE0 (or 0xF4EFE0) is known color: Bianca. HEX triplet: F4, EF and E0. RGB value is (244,239,224). Sum of RGB (Red+Green+Blue) = 244+239+224=707 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.51% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 224 (87.89% from 255 or 31.68% from 707); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EFE0 is #0B101F. Grayscale: #EEEEEE. Windows color (decimal): -725024 or 14741492. OLE color: 14741492.
HSL color Cylindrical-coordinate representation of color #F4EFE0: hue angle of 45º 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 #F4EFE0 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 239 | 224 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.04 |
| HSL | 45º | 0.48% | 0.92% | - |
| HSV(B) | 45º | 0.08% | 0.96% | - |
| XYZ | 81.63 | 86.35 | 82.89 | - |
| YUV | 238.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 239 | 224 | 0 | 0.02 | 0.08 | 0.04 | 45 | 0.48 | 0.92 |
| Hex | F4 | EF | E0 | 0 | 2 | 8 | 4 | 2D | 30 | 5C |
| Octal | 364 | 357 | 340 | 0 | 2 | 10 | 4 | 55 | 60 | 134 |
| Binary | 11110100 | 11101111 | 11100000 | 0 | 10 | 1000 | 100 | 101101 | 110000 | 1011100 |
Color Harmonies of #F4EFE0
Complementary color
Monochromatic Colors of #F4EFE0
Black with #F4EFE0
Text Example
Text Example
White with #F4EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EFE0; }
p { color: rgb(244,239,224); }
H1.HeaderClassName
{
color: #F4EFE0;
}
.AnyTagClassName
{
color: #F4EFE0;
}
</style>
background-color css
<style>
a { background-color: #F4EFE0; }
a { background-color: rgb(244,239,224); }
div.DivClassName
{
background-color: #F4EFE0;
}
.BgClassName
{
background-color: #F4EFE0;
}
</style>
border-color css
<style>
span { border-color: #F4EFE0; }
span { border-color: rgb(244,239,224); }
td.TdClassName
{
border-color: #F4EFE0;
}
.TagClassName
{
border-color: #F4EFE0;
}
</style>