Shades of Givry #F2D3AD
Tints of Givry #F2D3AD
RGB
CMYK
RGB Variations
Color information
#F2D3AD (or 0xF2D3AD) is known color: Givry. HEX triplet: F2, D3 and AD. RGB value is (242,211,173). Sum of RGB (Red+Green+Blue) = 242+211+173=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D3AD is #0D2C52. Grayscale: #D8D8D8. Windows color (decimal): -863315 or 11391986. OLE color: 11391986.
HSL color Cylindrical-coordinate representation of color #F2D3AD: hue angle of 33.04º 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 #F2D3AD is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 173 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.05 |
| HSL | 33.04º | 0.73% | 0.81% | - |
| HSV(B) | 33.04º | 0.29% | 0.95% | - |
| XYZ | 67.46 | 68.48 | 49.2 | - |
| YUV | 215.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 173 | 0 | 0.13 | 0.29 | 0.05 | 33.04 | 0.73 | 0.81 |
| Hex | F2 | D3 | AD | 0 | D | 1D | 5 | 21 | 49 | 51 |
| Octal | 362 | 323 | 255 | 0 | 15 | 35 | 5 | 41 | 111 | 121 |
| Binary | 11110010 | 11010011 | 10101101 | 0 | 1101 | 11101 | 101 | 100001 | 1001001 | 1010001 |
Color Harmonies of #F2D3AD
Complementary color
Monochromatic Colors of #F2D3AD
Black with #F2D3AD
Text Example
Text Example
White with #F2D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D3AD; }
p { color: rgb(242,211,173); }
H1.HeaderClassName
{
color: #F2D3AD;
}
.AnyTagClassName
{
color: #F2D3AD;
}
</style>
background-color css
<style>
a { background-color: #F2D3AD; }
a { background-color: rgb(242,211,173); }
div.DivClassName
{
background-color: #F2D3AD;
}
.BgClassName
{
background-color: #F2D3AD;
}
</style>
border-color css
<style>
span { border-color: #F2D3AD; }
span { border-color: rgb(242,211,173); }
td.TdClassName
{
border-color: #F2D3AD;
}
.TagClassName
{
border-color: #F2D3AD;
}
</style>