Shades of Givry #F0D2AE
Tints of Givry #F0D2AE
RGB
CMYK
RGB Variations
Color information
#F0D2AE (or 0xF0D2AE) is known color: Givry. HEX triplet: F0, D2 and AE. RGB value is (240,210,174). Sum of RGB (Red+Green+Blue) = 240+210+174=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D2AE is #0F2D51. Grayscale: #D7D7D7. Windows color (decimal): -994642 or 11457264. OLE color: 11457264.
HSL color Cylindrical-coordinate representation of color #F0D2AE: hue angle of 32.73º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0D2AE is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 174 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.06 |
| HSL | 32.73º | 0.69% | 0.81% | - |
| HSV(B) | 32.73º | 0.28% | 0.94% | - |
| XYZ | 66.62 | 67.67 | 49.6 | - |
| YUV | 214.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 174 | 0 | 0.12 | 0.28 | 0.06 | 32.73 | 0.69 | 0.81 |
| Hex | F0 | D2 | AE | 0 | C | 1C | 6 | 21 | 45 | 51 |
| Octal | 360 | 322 | 256 | 0 | 14 | 34 | 6 | 41 | 105 | 121 |
| Binary | 11110000 | 11010010 | 10101110 | 0 | 1100 | 11100 | 110 | 100001 | 1000101 | 1010001 |
Color Harmonies of #F0D2AE
Complementary color
Monochromatic Colors of #F0D2AE
Black with #F0D2AE
Text Example
Text Example
White with #F0D2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2AE; }
p { color: rgb(240,210,174); }
H1.HeaderClassName
{
color: #F0D2AE;
}
.AnyTagClassName
{
color: #F0D2AE;
}
</style>
background-color css
<style>
a { background-color: #F0D2AE; }
a { background-color: rgb(240,210,174); }
div.DivClassName
{
background-color: #F0D2AE;
}
.BgClassName
{
background-color: #F0D2AE;
}
</style>
border-color css
<style>
span { border-color: #F0D2AE; }
span { border-color: rgb(240,210,174); }
td.TdClassName
{
border-color: #F0D2AE;
}
.TagClassName
{
border-color: #F0D2AE;
}
</style>