Shades of Givry #F0D4AB
Tints of Givry #F0D4AB
RGB
CMYK
RGB Variations
Color information
#F0D4AB (or 0xF0D4AB) is known color: Givry. HEX triplet: F0, D4 and AB. RGB value is (240,212,171). Sum of RGB (Red+Green+Blue) = 240+212+171=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D4AB is #0F2B54. Grayscale: #D7D7D7. Windows color (decimal): -994133 or 11261168. OLE color: 11261168.
HSL color Cylindrical-coordinate representation of color #F0D4AB: hue angle of 35.65º 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 #F0D4AB is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 171 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.06 |
| HSL | 35.65º | 0.7% | 0.81% | - |
| HSV(B) | 35.65º | 0.29% | 0.94% | - |
| XYZ | 66.83 | 68.55 | 48.24 | - |
| YUV | 215.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 171 | 0 | 0.12 | 0.29 | 0.06 | 35.65 | 0.7 | 0.81 |
| Hex | F0 | D4 | AB | 0 | C | 1D | 6 | 24 | 46 | 51 |
| Octal | 360 | 324 | 253 | 0 | 14 | 35 | 6 | 44 | 106 | 121 |
| Binary | 11110000 | 11010100 | 10101011 | 0 | 1100 | 11101 | 110 | 100100 | 1000110 | 1010001 |
Color Harmonies of #F0D4AB
Complementary color
Monochromatic Colors of #F0D4AB
Black with #F0D4AB
Text Example
Text Example
White with #F0D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4AB; }
p { color: rgb(240,212,171); }
H1.HeaderClassName
{
color: #F0D4AB;
}
.AnyTagClassName
{
color: #F0D4AB;
}
</style>
background-color css
<style>
a { background-color: #F0D4AB; }
a { background-color: rgb(240,212,171); }
div.DivClassName
{
background-color: #F0D4AB;
}
.BgClassName
{
background-color: #F0D4AB;
}
</style>
border-color css
<style>
span { border-color: #F0D4AB; }
span { border-color: rgb(240,212,171); }
td.TdClassName
{
border-color: #F0D4AB;
}
.TagClassName
{
border-color: #F0D4AB;
}
</style>