Shades of Zinnwaldite #F1C5B3
Tints of Zinnwaldite #F1C5B3
RGB
CMYK
RGB Variations
Color information
#F1C5B3 (or 0xF1C5B3) is known color: Zinnwaldite. HEX triplet: F1, C5 and B3. RGB value is (241,197,179). Sum of RGB (Red+Green+Blue) = 241+197+179=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5B3 is #0E3A4C. Grayscale: #D0D0D0. Windows color (decimal): -932429 or 11781617. OLE color: 11781617.
HSL color Cylindrical-coordinate representation of color #F1C5B3: hue angle of 17.42º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1C5B3 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 179 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.05 |
| HSL | 17.42º | 0.69% | 0.82% | - |
| HSV(B) | 17.42º | 0.26% | 0.95% | - |
| XYZ | 64.38 | 61.89 | 51.2 | - |
| YUV | 208.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 179 | 0 | 0.18 | 0.26 | 0.05 | 17.42 | 0.69 | 0.82 |
| Hex | F1 | C5 | B3 | 0 | 12 | 1A | 5 | 11 | 45 | 52 |
| Octal | 361 | 305 | 263 | 0 | 22 | 32 | 5 | 21 | 105 | 122 |
| Binary | 11110001 | 11000101 | 10110011 | 0 | 10010 | 11010 | 101 | 10001 | 1000101 | 1010010 |
Color Harmonies of #F1C5B3
Complementary color
Monochromatic Colors of #F1C5B3
Black with #F1C5B3
Text Example
Text Example
White with #F1C5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5B3; }
p { color: rgb(241,197,179); }
H1.HeaderClassName
{
color: #F1C5B3;
}
.AnyTagClassName
{
color: #F1C5B3;
}
</style>
background-color css
<style>
a { background-color: #F1C5B3; }
a { background-color: rgb(241,197,179); }
div.DivClassName
{
background-color: #F1C5B3;
}
.BgClassName
{
background-color: #F1C5B3;
}
</style>
border-color css
<style>
span { border-color: #F1C5B3; }
span { border-color: rgb(241,197,179); }
td.TdClassName
{
border-color: #F1C5B3;
}
.TagClassName
{
border-color: #F1C5B3;
}
</style>