Shades of Beeswax #F0DAAC
Tints of Beeswax #F0DAAC
RGB
CMYK
RGB Variations
Color information
#F0DAAC (or 0xF0DAAC) is known color: Beeswax. HEX triplet: F0, DA and AC. RGB value is (240,218,172). Sum of RGB (Red+Green+Blue) = 240+218+172=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DAAC is #0F2553. Grayscale: #DBDBDB. Windows color (decimal): -992596 or 11328240. OLE color: 11328240.
HSL color Cylindrical-coordinate representation of color #F0DAAC: hue angle of 40.59º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0DAAC is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 218 | 172 | - |
CMYK | 0 | 0.09 | 0.28 | 0.06 |
HSL | 40.59º | 0.69% | 0.81% | - |
HSV(B) | 40.59º | 0.28% | 0.94% | - |
XYZ | 68.45 | 71.65 | 49.25 | - |
YUV | 219.33 | 101.29 | 142.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 218 | 172 | 0 | 0.09 | 0.28 | 0.06 | 40.59 | 0.69 | 0.81 |
Hex | F0 | DA | AC | 0 | 9 | 1C | 6 | 29 | 45 | 51 |
Octal | 360 | 332 | 254 | 0 | 11 | 34 | 6 | 51 | 105 | 121 |
Binary | 11110000 | 11011010 | 10101100 | 0 | 1001 | 11100 | 110 | 101001 | 1000101 | 1010001 |
Color Harmonies of #F0DAAC
Complementary color
Monochromatic Colors of #F0DAAC
Black with #F0DAAC
Text Example
Text Example
White with #F0DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAAC; }
p { color: rgb(240,218,172); }
H1.HeaderClassName
{
color: #F0DAAC;
}
.AnyTagClassName
{
color: #F0DAAC;
}
</style>
background-color css
<style>
a { background-color: #F0DAAC; }
a { background-color: rgb(240,218,172); }
div.DivClassName
{
background-color: #F0DAAC;
}
.BgClassName
{
background-color: #F0DAAC;
}
</style>
border-color css
<style>
span { border-color: #F0DAAC; }
span { border-color: rgb(240,218,172); }
td.TdClassName
{
border-color: #F0DAAC;
}
.TagClassName
{
border-color: #F0DAAC;
}
</style>