Shades of Givry #F0D6AB
Tints of Givry #F0D6AB
RGB
CMYK
RGB Variations
Color information
#F0D6AB (or 0xF0D6AB) is known color: Givry. HEX triplet: F0, D6 and AB. RGB value is (240,214,171). Sum of RGB (Red+Green+Blue) = 240+214+171=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D6AB is #0F2954. Grayscale: #D9D9D9. Windows color (decimal): -993621 or 11261680. OLE color: 11261680.
HSL color Cylindrical-coordinate representation of color #F0D6AB: hue angle of 37.39º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0D6AB is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 171 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.06 |
| HSL | 37.39º | 0.7% | 0.81% | - |
| HSV(B) | 37.39º | 0.29% | 0.94% | - |
| XYZ | 67.33 | 69.56 | 48.41 | - |
| YUV | 216.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 171 | 0 | 0.11 | 0.29 | 0.06 | 37.39 | 0.7 | 0.81 |
| Hex | F0 | D6 | AB | 0 | B | 1D | 6 | 25 | 46 | 51 |
| Octal | 360 | 326 | 253 | 0 | 13 | 35 | 6 | 45 | 106 | 121 |
| Binary | 11110000 | 11010110 | 10101011 | 0 | 1011 | 11101 | 110 | 100101 | 1000110 | 1010001 |
Color Harmonies of #F0D6AB
Complementary color
Monochromatic Colors of #F0D6AB
Black with #F0D6AB
Text Example
Text Example
White with #F0D6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6AB; }
p { color: rgb(240,214,171); }
H1.HeaderClassName
{
color: #F0D6AB;
}
.AnyTagClassName
{
color: #F0D6AB;
}
</style>
background-color css
<style>
a { background-color: #F0D6AB; }
a { background-color: rgb(240,214,171); }
div.DivClassName
{
background-color: #F0D6AB;
}
.BgClassName
{
background-color: #F0D6AB;
}
</style>
border-color css
<style>
span { border-color: #F0D6AB; }
span { border-color: rgb(240,214,171); }
td.TdClassName
{
border-color: #F0D6AB;
}
.TagClassName
{
border-color: #F0D6AB;
}
</style>