Shades of Givry #F0D2AD
Tints of Givry #F0D2AD
RGB
CMYK
RGB Variations
Color information
#F0D2AD (or 0xF0D2AD) is known color: Givry. HEX triplet: F0, D2 and AD. RGB value is (240,210,173). Sum of RGB (Red+Green+Blue) = 240+210+173=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D2AD is #0F2D52. Grayscale: #D6D6D6. Windows color (decimal): -994643 or 11391728. OLE color: 11391728.
HSL color Cylindrical-coordinate representation of color #F0D2AD: hue angle of 33.13º 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 #F0D2AD is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 173 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.06 |
| HSL | 33.13º | 0.69% | 0.81% | - |
| HSV(B) | 33.13º | 0.28% | 0.94% | - |
| XYZ | 66.52 | 67.64 | 49.08 | - |
| YUV | 214.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 173 | 0 | 0.12 | 0.28 | 0.06 | 33.13 | 0.69 | 0.81 |
| Hex | F0 | D2 | AD | 0 | C | 1C | 6 | 21 | 45 | 51 |
| Octal | 360 | 322 | 255 | 0 | 14 | 34 | 6 | 41 | 105 | 121 |
| Binary | 11110000 | 11010010 | 10101101 | 0 | 1100 | 11100 | 110 | 100001 | 1000101 | 1010001 |
Color Harmonies of #F0D2AD
Complementary color
Monochromatic Colors of #F0D2AD
Black with #F0D2AD
Text Example
Text Example
White with #F0D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2AD; }
p { color: rgb(240,210,173); }
H1.HeaderClassName
{
color: #F0D2AD;
}
.AnyTagClassName
{
color: #F0D2AD;
}
</style>
background-color css
<style>
a { background-color: #F0D2AD; }
a { background-color: rgb(240,210,173); }
div.DivClassName
{
background-color: #F0D2AD;
}
.BgClassName
{
background-color: #F0D2AD;
}
</style>
border-color css
<style>
span { border-color: #F0D2AD; }
span { border-color: rgb(240,210,173); }
td.TdClassName
{
border-color: #F0D2AD;
}
.TagClassName
{
border-color: #F0D2AD;
}
</style>