Shades of Givry #F1D4AD
Tints of Givry #F1D4AD
RGB
CMYK
RGB Variations
Color information
#F1D4AD (or 0xF1D4AD) is known color: Givry. HEX triplet: F1, D4 and AD. RGB value is (241,212,173). Sum of RGB (Red+Green+Blue) = 241+212+173=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D4AD is #0E2B52. Grayscale: #D8D8D8. Windows color (decimal): -928595 or 11392241. OLE color: 11392241.
HSL color Cylindrical-coordinate representation of color #F1D4AD: hue angle of 34.41º 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 #F1D4AD is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 173 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.05 |
| HSL | 34.41º | 0.71% | 0.81% | - |
| HSV(B) | 34.41º | 0.28% | 0.95% | - |
| XYZ | 67.36 | 68.8 | 49.27 | - |
| YUV | 216.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 173 | 0 | 0.12 | 0.28 | 0.05 | 34.41 | 0.71 | 0.81 |
| Hex | F1 | D4 | AD | 0 | C | 1C | 5 | 22 | 47 | 51 |
| Octal | 361 | 324 | 255 | 0 | 14 | 34 | 5 | 42 | 107 | 121 |
| Binary | 11110001 | 11010100 | 10101101 | 0 | 1100 | 11100 | 101 | 100010 | 1000111 | 1010001 |
Color Harmonies of #F1D4AD
Complementary color
Monochromatic Colors of #F1D4AD
Black with #F1D4AD
Text Example
Text Example
White with #F1D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4AD; }
p { color: rgb(241,212,173); }
H1.HeaderClassName
{
color: #F1D4AD;
}
.AnyTagClassName
{
color: #F1D4AD;
}
</style>
background-color css
<style>
a { background-color: #F1D4AD; }
a { background-color: rgb(241,212,173); }
div.DivClassName
{
background-color: #F1D4AD;
}
.BgClassName
{
background-color: #F1D4AD;
}
</style>
border-color css
<style>
span { border-color: #F1D4AD; }
span { border-color: rgb(241,212,173); }
td.TdClassName
{
border-color: #F1D4AD;
}
.TagClassName
{
border-color: #F1D4AD;
}
</style>