Shades of Givry #F1D4AA
Tints of Givry #F1D4AA
RGB
CMYK
RGB Variations
Color information
#F1D4AA (or 0xF1D4AA) is known color: Givry. HEX triplet: F1, D4 and AA. RGB value is (241,212,170). Sum of RGB (Red+Green+Blue) = 241+212+170=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D4AA is #0E2B55. Grayscale: #D8D8D8. Windows color (decimal): -928598 or 11195633. OLE color: 11195633.
HSL color Cylindrical-coordinate representation of color #F1D4AA: hue angle of 35.49º degrees, saturation: 0.72, 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 #F1D4AA is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 170 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.05 |
| HSL | 35.49º | 0.72% | 0.81% | - |
| HSV(B) | 35.49º | 0.29% | 0.95% | - |
| XYZ | 67.07 | 68.69 | 47.75 | - |
| YUV | 215.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 170 | 0 | 0.12 | 0.29 | 0.05 | 35.49 | 0.72 | 0.81 |
| Hex | F1 | D4 | AA | 0 | C | 1D | 5 | 23 | 48 | 51 |
| Octal | 361 | 324 | 252 | 0 | 14 | 35 | 5 | 43 | 110 | 121 |
| Binary | 11110001 | 11010100 | 10101010 | 0 | 1100 | 11101 | 101 | 100011 | 1001000 | 1010001 |
Color Harmonies of #F1D4AA
Complementary color
Monochromatic Colors of #F1D4AA
Black with #F1D4AA
Text Example
Text Example
White with #F1D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4AA; }
p { color: rgb(241,212,170); }
H1.HeaderClassName
{
color: #F1D4AA;
}
.AnyTagClassName
{
color: #F1D4AA;
}
</style>
background-color css
<style>
a { background-color: #F1D4AA; }
a { background-color: rgb(241,212,170); }
div.DivClassName
{
background-color: #F1D4AA;
}
.BgClassName
{
background-color: #F1D4AA;
}
</style>
border-color css
<style>
span { border-color: #F1D4AA; }
span { border-color: rgb(241,212,170); }
td.TdClassName
{
border-color: #F1D4AA;
}
.TagClassName
{
border-color: #F1D4AA;
}
</style>