Shades of Givry #F0D5AF
Tints of Givry #F0D5AF
RGB
CMYK
RGB Variations
Color information
#F0D5AF (or 0xF0D5AF) is known color: Givry. HEX triplet: F0, D5 and AF. RGB value is (240,213,175). Sum of RGB (Red+Green+Blue) = 240+213+175=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D5AF is #0F2A50. Grayscale: #D8D8D8. Windows color (decimal): -993873 or 11523568. OLE color: 11523568.
HSL color Cylindrical-coordinate representation of color #F0D5AF: hue angle of 35.08º 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 #F0D5AF is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 175 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.06 |
| HSL | 35.08º | 0.68% | 0.81% | - |
| HSV(B) | 35.08º | 0.27% | 0.94% | - |
| XYZ | 67.47 | 69.21 | 50.36 | - |
| YUV | 216.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 175 | 0 | 0.11 | 0.27 | 0.06 | 35.08 | 0.68 | 0.81 |
| Hex | F0 | D5 | AF | 0 | B | 1B | 6 | 23 | 44 | 51 |
| Octal | 360 | 325 | 257 | 0 | 13 | 33 | 6 | 43 | 104 | 121 |
| Binary | 11110000 | 11010101 | 10101111 | 0 | 1011 | 11011 | 110 | 100011 | 1000100 | 1010001 |
Color Harmonies of #F0D5AF
Complementary color
Monochromatic Colors of #F0D5AF
Black with #F0D5AF
Text Example
Text Example
White with #F0D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D5AF; }
p { color: rgb(240,213,175); }
H1.HeaderClassName
{
color: #F0D5AF;
}
.AnyTagClassName
{
color: #F0D5AF;
}
</style>
background-color css
<style>
a { background-color: #F0D5AF; }
a { background-color: rgb(240,213,175); }
div.DivClassName
{
background-color: #F0D5AF;
}
.BgClassName
{
background-color: #F0D5AF;
}
</style>
border-color css
<style>
span { border-color: #F0D5AF; }
span { border-color: rgb(240,213,175); }
td.TdClassName
{
border-color: #F0D5AF;
}
.TagClassName
{
border-color: #F0D5AF;
}
</style>