Shades of Givry #F1D5AB
Tints of Givry #F1D5AB
RGB
CMYK
RGB Variations
Color information
#F1D5AB (or 0xF1D5AB) is known color: Givry. HEX triplet: F1, D5 and AB. RGB value is (241,213,171). Sum of RGB (Red+Green+Blue) = 241+213+171=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D5AB is #0E2A54. Grayscale: #D8D8D8. Windows color (decimal): -928341 or 11261425. OLE color: 11261425.
HSL color Cylindrical-coordinate representation of color #F1D5AB: hue angle of 36º degrees, saturation: 0.71, 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 #F1D5AB is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 171 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.05 |
| HSL | 36º | 0.71% | 0.81% | - |
| HSV(B) | 36º | 0.29% | 0.95% | - |
| XYZ | 67.42 | 69.23 | 48.34 | - |
| YUV | 216.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 171 | 0 | 0.12 | 0.29 | 0.05 | 36 | 0.71 | 0.81 |
| Hex | F1 | D5 | AB | 0 | C | 1D | 5 | 24 | 47 | 51 |
| Octal | 361 | 325 | 253 | 0 | 14 | 35 | 5 | 44 | 107 | 121 |
| Binary | 11110001 | 11010101 | 10101011 | 0 | 1100 | 11101 | 101 | 100100 | 1000111 | 1010001 |
Color Harmonies of #F1D5AB
Complementary color
Monochromatic Colors of #F1D5AB
Black with #F1D5AB
Text Example
Text Example
White with #F1D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5AB; }
p { color: rgb(241,213,171); }
H1.HeaderClassName
{
color: #F1D5AB;
}
.AnyTagClassName
{
color: #F1D5AB;
}
</style>
background-color css
<style>
a { background-color: #F1D5AB; }
a { background-color: rgb(241,213,171); }
div.DivClassName
{
background-color: #F1D5AB;
}
.BgClassName
{
background-color: #F1D5AB;
}
</style>
border-color css
<style>
span { border-color: #F1D5AB; }
span { border-color: rgb(241,213,171); }
td.TdClassName
{
border-color: #F1D5AB;
}
.TagClassName
{
border-color: #F1D5AB;
}
</style>