Shades of Givry #F0D3AD
Tints of Givry #F0D3AD
RGB
CMYK
RGB Variations
Color information
#F0D3AD (or 0xF0D3AD) is known color: Givry. HEX triplet: F0, D3 and AD. RGB value is (240,211,173). Sum of RGB (Red+Green+Blue) = 240+211+173=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D3AD is #0F2C52. Grayscale: #D7D7D7. Windows color (decimal): -994387 or 11391984. OLE color: 11391984.
HSL color Cylindrical-coordinate representation of color #F0D3AD: hue angle of 34.03º 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 #F0D3AD is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 173 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.06 |
| HSL | 34.03º | 0.69% | 0.81% | - |
| HSV(B) | 34.03º | 0.28% | 0.94% | - |
| XYZ | 66.77 | 68.13 | 49.17 | - |
| YUV | 215.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 173 | 0 | 0.12 | 0.28 | 0.06 | 34.03 | 0.69 | 0.81 |
| Hex | F0 | D3 | AD | 0 | C | 1C | 6 | 22 | 45 | 51 |
| Octal | 360 | 323 | 255 | 0 | 14 | 34 | 6 | 42 | 105 | 121 |
| Binary | 11110000 | 11010011 | 10101101 | 0 | 1100 | 11100 | 110 | 100010 | 1000101 | 1010001 |
Color Harmonies of #F0D3AD
Complementary color
Monochromatic Colors of #F0D3AD
Black with #F0D3AD
Text Example
Text Example
White with #F0D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D3AD; }
p { color: rgb(240,211,173); }
H1.HeaderClassName
{
color: #F0D3AD;
}
.AnyTagClassName
{
color: #F0D3AD;
}
</style>
background-color css
<style>
a { background-color: #F0D3AD; }
a { background-color: rgb(240,211,173); }
div.DivClassName
{
background-color: #F0D3AD;
}
.BgClassName
{
background-color: #F0D3AD;
}
</style>
border-color css
<style>
span { border-color: #F0D3AD; }
span { border-color: rgb(240,211,173); }
td.TdClassName
{
border-color: #F0D3AD;
}
.TagClassName
{
border-color: #F0D3AD;
}
</style>