Shades of Bianca #F4F0DF
Tints of Bianca #F4F0DF
RGB
CMYK
RGB Variations
Color information
#F4F0DF (or 0xF4F0DF) is known color: Bianca. HEX triplet: F4, F0 and DF. RGB value is (244,240,223). Sum of RGB (Red+Green+Blue) = 244+240+223=707 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.51% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F0DF is #0B0F20. Grayscale: #EFEFEF. Windows color (decimal): -724769 or 14676212. OLE color: 14676212.
HSL color Cylindrical-coordinate representation of color #F4F0DF: hue angle of 48.57º degrees, saturation: 0.49, 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 #F4F0DF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 223 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.04 |
| HSL | 48.57º | 0.49% | 0.92% | - |
| HSV(B) | 48.57º | 0.09% | 0.96% | - |
| XYZ | 81.79 | 86.88 | 82.27 | - |
| YUV | 239.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 223 | 0 | 0.02 | 0.09 | 0.04 | 48.57 | 0.49 | 0.92 |
| Hex | F4 | F0 | DF | 0 | 2 | 9 | 4 | 31 | 31 | 5C |
| Octal | 364 | 360 | 337 | 0 | 2 | 11 | 4 | 61 | 61 | 134 |
| Binary | 11110100 | 11110000 | 11011111 | 0 | 10 | 1001 | 100 | 110001 | 110001 | 1011100 |
Color Harmonies of #F4F0DF
Complementary color
Monochromatic Colors of #F4F0DF
Black with #F4F0DF
Text Example
Text Example
White with #F4F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0DF; }
p { color: rgb(244,240,223); }
H1.HeaderClassName
{
color: #F4F0DF;
}
.AnyTagClassName
{
color: #F4F0DF;
}
</style>
background-color css
<style>
a { background-color: #F4F0DF; }
a { background-color: rgb(244,240,223); }
div.DivClassName
{
background-color: #F4F0DF;
}
.BgClassName
{
background-color: #F4F0DF;
}
</style>
border-color css
<style>
span { border-color: #F4F0DF; }
span { border-color: rgb(244,240,223); }
td.TdClassName
{
border-color: #F4F0DF;
}
.TagClassName
{
border-color: #F4F0DF;
}
</style>