Shades of Zinnwaldite #F1C5B6
Tints of Zinnwaldite #F1C5B6
RGB
CMYK
RGB Variations
Color information
#F1C5B6 (or 0xF1C5B6) is known color: Zinnwaldite. HEX triplet: F1, C5 and B6. RGB value is (241,197,182). Sum of RGB (Red+Green+Blue) = 241+197+182=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5B6 is #0E3A49. Grayscale: #D0D0D0. Windows color (decimal): -932426 or 11978225. OLE color: 11978225.
HSL color Cylindrical-coordinate representation of color #F1C5B6: hue angle of 15.25º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1C5B6 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 182 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.05 |
| HSL | 15.25º | 0.68% | 0.83% | - |
| HSV(B) | 15.25º | 0.24% | 0.95% | - |
| XYZ | 64.69 | 62.01 | 52.82 | - |
| YUV | 208.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 182 | 0 | 0.18 | 0.24 | 0.05 | 15.25 | 0.68 | 0.83 |
| Hex | F1 | C5 | B6 | 0 | 12 | 18 | 5 | F | 44 | 53 |
| Octal | 361 | 305 | 266 | 0 | 22 | 30 | 5 | 17 | 104 | 123 |
| Binary | 11110001 | 11000101 | 10110110 | 0 | 10010 | 11000 | 101 | 1111 | 1000100 | 1010011 |
Color Harmonies of #F1C5B6
Complementary color
Monochromatic Colors of #F1C5B6
Black with #F1C5B6
Text Example
Text Example
White with #F1C5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5B6; }
p { color: rgb(241,197,182); }
H1.HeaderClassName
{
color: #F1C5B6;
}
.AnyTagClassName
{
color: #F1C5B6;
}
</style>
background-color css
<style>
a { background-color: #F1C5B6; }
a { background-color: rgb(241,197,182); }
div.DivClassName
{
background-color: #F1C5B6;
}
.BgClassName
{
background-color: #F1C5B6;
}
</style>
border-color css
<style>
span { border-color: #F1C5B6; }
span { border-color: rgb(241,197,182); }
td.TdClassName
{
border-color: #F1C5B6;
}
.TagClassName
{
border-color: #F1C5B6;
}
</style>