Shades of Givry #F1D3AD
Tints of Givry #F1D3AD
RGB
CMYK
RGB Variations
Color information
#F1D3AD (or 0xF1D3AD) is known color: Givry. HEX triplet: F1, D3 and AD. RGB value is (241,211,173). Sum of RGB (Red+Green+Blue) = 241+211+173=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D3AD is #0E2C52. Grayscale: #D7D7D7. Windows color (decimal): -928851 or 11391985. OLE color: 11391985.
HSL color Cylindrical-coordinate representation of color #F1D3AD: hue angle of 33.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1D3AD is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 173 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.05 |
| HSL | 33.53º | 0.71% | 0.81% | - |
| HSV(B) | 33.53º | 0.28% | 0.95% | - |
| XYZ | 67.11 | 68.31 | 49.18 | - |
| YUV | 215.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 173 | 0 | 0.12 | 0.28 | 0.05 | 33.53 | 0.71 | 0.81 |
| Hex | F1 | D3 | AD | 0 | C | 1C | 5 | 22 | 47 | 51 |
| Octal | 361 | 323 | 255 | 0 | 14 | 34 | 5 | 42 | 107 | 121 |
| Binary | 11110001 | 11010011 | 10101101 | 0 | 1100 | 11100 | 101 | 100010 | 1000111 | 1010001 |
Color Harmonies of #F1D3AD
Complementary color
Monochromatic Colors of #F1D3AD
Black with #F1D3AD
Text Example
Text Example
White with #F1D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D3AD; }
p { color: rgb(241,211,173); }
H1.HeaderClassName
{
color: #F1D3AD;
}
.AnyTagClassName
{
color: #F1D3AD;
}
</style>
background-color css
<style>
a { background-color: #F1D3AD; }
a { background-color: rgb(241,211,173); }
div.DivClassName
{
background-color: #F1D3AD;
}
.BgClassName
{
background-color: #F1D3AD;
}
</style>
border-color css
<style>
span { border-color: #F1D3AD; }
span { border-color: rgb(241,211,173); }
td.TdClassName
{
border-color: #F1D3AD;
}
.TagClassName
{
border-color: #F1D3AD;
}
</style>