Shades of Givry #F2D4AB
Tints of Givry #F2D4AB
RGB
CMYK
RGB Variations
Color information
#F2D4AB (or 0xF2D4AB) is known color: Givry. HEX triplet: F2, D4 and AB. RGB value is (242,212,171). Sum of RGB (Red+Green+Blue) = 242+212+171=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D4AB is #0D2B54. Grayscale: #D8D8D8. Windows color (decimal): -863061 or 11261170. OLE color: 11261170.
HSL color Cylindrical-coordinate representation of color #F2D4AB: hue angle of 34.65º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2D4AB is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 171 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.05 |
| HSL | 34.65º | 0.73% | 0.81% | - |
| HSV(B) | 34.65º | 0.29% | 0.95% | - |
| XYZ | 67.51 | 68.9 | 48.27 | - |
| YUV | 216.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 171 | 0 | 0.12 | 0.29 | 0.05 | 34.65 | 0.73 | 0.81 |
| Hex | F2 | D4 | AB | 0 | C | 1D | 5 | 23 | 49 | 51 |
| Octal | 362 | 324 | 253 | 0 | 14 | 35 | 5 | 43 | 111 | 121 |
| Binary | 11110010 | 11010100 | 10101011 | 0 | 1100 | 11101 | 101 | 100011 | 1001001 | 1010001 |
Color Harmonies of #F2D4AB
Complementary color
Monochromatic Colors of #F2D4AB
Black with #F2D4AB
Text Example
Text Example
White with #F2D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D4AB; }
p { color: rgb(242,212,171); }
H1.HeaderClassName
{
color: #F2D4AB;
}
.AnyTagClassName
{
color: #F2D4AB;
}
</style>
background-color css
<style>
a { background-color: #F2D4AB; }
a { background-color: rgb(242,212,171); }
div.DivClassName
{
background-color: #F2D4AB;
}
.BgClassName
{
background-color: #F2D4AB;
}
</style>
border-color css
<style>
span { border-color: #F2D4AB; }
span { border-color: rgb(242,212,171); }
td.TdClassName
{
border-color: #F2D4AB;
}
.TagClassName
{
border-color: #F2D4AB;
}
</style>