Shades of Givry #F2D6AC
Tints of Givry #F2D6AC
RGB
CMYK
RGB Variations
Color information
#F2D6AC (or 0xF2D6AC) is known color: Givry. HEX triplet: F2, D6 and AC. RGB value is (242,214,172). Sum of RGB (Red+Green+Blue) = 242+214+172=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D6AC is #0D2953. Grayscale: #D9D9D9. Windows color (decimal): -862548 or 11327218. OLE color: 11327218.
HSL color Cylindrical-coordinate representation of color #F2D6AC: hue angle of 36º 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 #F2D6AC is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 172 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.05 |
| HSL | 36º | 0.73% | 0.81% | - |
| HSV(B) | 36º | 0.29% | 0.95% | - |
| XYZ | 68.11 | 69.95 | 48.94 | - |
| YUV | 217.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 172 | 0 | 0.12 | 0.29 | 0.05 | 36 | 0.73 | 0.81 |
| Hex | F2 | D6 | AC | 0 | C | 1D | 5 | 24 | 49 | 51 |
| Octal | 362 | 326 | 254 | 0 | 14 | 35 | 5 | 44 | 111 | 121 |
| Binary | 11110010 | 11010110 | 10101100 | 0 | 1100 | 11101 | 101 | 100100 | 1001001 | 1010001 |
Color Harmonies of #F2D6AC
Complementary color
Monochromatic Colors of #F2D6AC
Black with #F2D6AC
Text Example
Text Example
White with #F2D6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D6AC; }
p { color: rgb(242,214,172); }
H1.HeaderClassName
{
color: #F2D6AC;
}
.AnyTagClassName
{
color: #F2D6AC;
}
</style>
background-color css
<style>
a { background-color: #F2D6AC; }
a { background-color: rgb(242,214,172); }
div.DivClassName
{
background-color: #F2D6AC;
}
.BgClassName
{
background-color: #F2D6AC;
}
</style>
border-color css
<style>
span { border-color: #F2D6AC; }
span { border-color: rgb(242,214,172); }
td.TdClassName
{
border-color: #F2D6AC;
}
.TagClassName
{
border-color: #F2D6AC;
}
</style>