Shades of Givry #F0D6AD
Tints of Givry #F0D6AD
RGB
CMYK
RGB Variations
Color information
#F0D6AD (or 0xF0D6AD) is known color: Givry. HEX triplet: F0, D6 and AD. RGB value is (240,214,173). Sum of RGB (Red+Green+Blue) = 240+214+173=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D6AD is #0F2952. Grayscale: #D9D9D9. Windows color (decimal): -993619 or 11392752. OLE color: 11392752.
HSL color Cylindrical-coordinate representation of color #F0D6AD: hue angle of 36.72º 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 #F0D6AD is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 173 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.06 |
| HSL | 36.72º | 0.69% | 0.81% | - |
| HSV(B) | 36.72º | 0.28% | 0.94% | - |
| XYZ | 67.52 | 69.64 | 49.42 | - |
| YUV | 217.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 173 | 0 | 0.11 | 0.28 | 0.06 | 36.72 | 0.69 | 0.81 |
| Hex | F0 | D6 | AD | 0 | B | 1C | 6 | 25 | 45 | 51 |
| Octal | 360 | 326 | 255 | 0 | 13 | 34 | 6 | 45 | 105 | 121 |
| Binary | 11110000 | 11010110 | 10101101 | 0 | 1011 | 11100 | 110 | 100101 | 1000101 | 1010001 |
Color Harmonies of #F0D6AD
Complementary color
Monochromatic Colors of #F0D6AD
Black with #F0D6AD
Text Example
Text Example
White with #F0D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6AD; }
p { color: rgb(240,214,173); }
H1.HeaderClassName
{
color: #F0D6AD;
}
.AnyTagClassName
{
color: #F0D6AD;
}
</style>
background-color css
<style>
a { background-color: #F0D6AD; }
a { background-color: rgb(240,214,173); }
div.DivClassName
{
background-color: #F0D6AD;
}
.BgClassName
{
background-color: #F0D6AD;
}
</style>
border-color css
<style>
span { border-color: #F0D6AD; }
span { border-color: rgb(240,214,173); }
td.TdClassName
{
border-color: #F0D6AD;
}
.TagClassName
{
border-color: #F0D6AD;
}
</style>