Shades of Zinnwaldite #F1C3AB
Tints of Zinnwaldite #F1C3AB
RGB
CMYK
RGB Variations
Color information
#F1C3AB (or 0xF1C3AB) is known color: Zinnwaldite. HEX triplet: F1, C3 and AB. RGB value is (241,195,171). Sum of RGB (Red+Green+Blue) = 241+195+171=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C3AB is #0E3C54. Grayscale: #CECECE. Windows color (decimal): -932949 or 11256817. OLE color: 11256817.
HSL color Cylindrical-coordinate representation of color #F1C3AB: hue angle of 20.57º 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 #F1C3AB is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 171 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.05 |
| HSL | 20.57º | 0.71% | 0.81% | - |
| HSV(B) | 20.57º | 0.29% | 0.95% | - |
| XYZ | 63.14 | 60.67 | 46.91 | - |
| YUV | 206.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 171 | 0 | 0.19 | 0.29 | 0.05 | 20.57 | 0.71 | 0.81 |
| Hex | F1 | C3 | AB | 0 | 13 | 1D | 5 | 15 | 47 | 51 |
| Octal | 361 | 303 | 253 | 0 | 23 | 35 | 5 | 25 | 107 | 121 |
| Binary | 11110001 | 11000011 | 10101011 | 0 | 10011 | 11101 | 101 | 10101 | 1000111 | 1010001 |
Color Harmonies of #F1C3AB
Complementary color
Monochromatic Colors of #F1C3AB
Black with #F1C3AB
Text Example
Text Example
White with #F1C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C3AB; }
p { color: rgb(241,195,171); }
H1.HeaderClassName
{
color: #F1C3AB;
}
.AnyTagClassName
{
color: #F1C3AB;
}
</style>
background-color css
<style>
a { background-color: #F1C3AB; }
a { background-color: rgb(241,195,171); }
div.DivClassName
{
background-color: #F1C3AB;
}
.BgClassName
{
background-color: #F1C3AB;
}
</style>
border-color css
<style>
span { border-color: #F1C3AB; }
span { border-color: rgb(241,195,171); }
td.TdClassName
{
border-color: #F1C3AB;
}
.TagClassName
{
border-color: #F1C3AB;
}
</style>