Shades of Givry #F0D4AF
Tints of Givry #F0D4AF
RGB
CMYK
RGB Variations
Color information
#F0D4AF (or 0xF0D4AF) is known color: Givry. HEX triplet: F0, D4 and AF. RGB value is (240,212,175). Sum of RGB (Red+Green+Blue) = 240+212+175=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D4AF is #0F2B50. Grayscale: #D8D8D8. Windows color (decimal): -994129 or 11523312. OLE color: 11523312.
HSL color Cylindrical-coordinate representation of color #F0D4AF: hue angle of 34.15º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0D4AF is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 175 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.06 |
| HSL | 34.15º | 0.68% | 0.81% | - |
| HSV(B) | 34.15º | 0.27% | 0.94% | - |
| XYZ | 67.22 | 68.71 | 50.28 | - |
| YUV | 216.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 175 | 0 | 0.12 | 0.27 | 0.06 | 34.15 | 0.68 | 0.81 |
| Hex | F0 | D4 | AF | 0 | C | 1B | 6 | 22 | 44 | 51 |
| Octal | 360 | 324 | 257 | 0 | 14 | 33 | 6 | 42 | 104 | 121 |
| Binary | 11110000 | 11010100 | 10101111 | 0 | 1100 | 11011 | 110 | 100010 | 1000100 | 1010001 |
Color Harmonies of #F0D4AF
Complementary color
Monochromatic Colors of #F0D4AF
Black with #F0D4AF
Text Example
Text Example
White with #F0D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4AF; }
p { color: rgb(240,212,175); }
H1.HeaderClassName
{
color: #F0D4AF;
}
.AnyTagClassName
{
color: #F0D4AF;
}
</style>
background-color css
<style>
a { background-color: #F0D4AF; }
a { background-color: rgb(240,212,175); }
div.DivClassName
{
background-color: #F0D4AF;
}
.BgClassName
{
background-color: #F0D4AF;
}
</style>
border-color css
<style>
span { border-color: #F0D4AF; }
span { border-color: rgb(240,212,175); }
td.TdClassName
{
border-color: #F0D4AF;
}
.TagClassName
{
border-color: #F0D4AF;
}
</style>