Shades of Givry #F2D5AA
Tints of Givry #F2D5AA
RGB
CMYK
RGB Variations
Color information
#F2D5AA (or 0xF2D5AA) is known color: Givry. HEX triplet: F2, D5 and AA. RGB value is (242,213,170). Sum of RGB (Red+Green+Blue) = 242+213+170=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D5AA is #0D2A55. Grayscale: #D8D8D8. Windows color (decimal): -862806 or 11195890. OLE color: 11195890.
HSL color Cylindrical-coordinate representation of color #F2D5AA: hue angle of 35.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2D5AA is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 170 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.05 |
| HSL | 35.83º | 0.73% | 0.81% | - |
| HSV(B) | 35.83º | 0.3% | 0.95% | - |
| XYZ | 67.67 | 69.37 | 47.85 | - |
| YUV | 216.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 170 | 0 | 0.12 | 0.30 | 0.05 | 35.83 | 0.73 | 0.81 |
| Hex | F2 | D5 | AA | 0 | C | 1E | 5 | 24 | 49 | 51 |
| Octal | 362 | 325 | 252 | 0 | 14 | 36 | 5 | 44 | 111 | 121 |
| Binary | 11110010 | 11010101 | 10101010 | 0 | 1100 | 11110 | 101 | 100100 | 1001001 | 1010001 |
Color Harmonies of #F2D5AA
Complementary color
Monochromatic Colors of #F2D5AA
Black with #F2D5AA
Text Example
Text Example
White with #F2D5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5AA; }
p { color: rgb(242,213,170); }
H1.HeaderClassName
{
color: #F2D5AA;
}
.AnyTagClassName
{
color: #F2D5AA;
}
</style>
background-color css
<style>
a { background-color: #F2D5AA; }
a { background-color: rgb(242,213,170); }
div.DivClassName
{
background-color: #F2D5AA;
}
.BgClassName
{
background-color: #F2D5AA;
}
</style>
border-color css
<style>
span { border-color: #F2D5AA; }
span { border-color: rgb(242,213,170); }
td.TdClassName
{
border-color: #F2D5AA;
}
.TagClassName
{
border-color: #F2D5AA;
}
</style>