Shades of Zinnwaldite #F1C4B3
Tints of Zinnwaldite #F1C4B3
RGB
CMYK
RGB Variations
Color information
#F1C4B3 (or 0xF1C4B3) is known color: Zinnwaldite. HEX triplet: F1, C4 and B3. RGB value is (241,196,179). Sum of RGB (Red+Green+Blue) = 241+196+179=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 179 (70.31% from 255 or 29.06% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4B3 is #0E3B4C. Grayscale: #CFCFCF. Windows color (decimal): -932685 or 11781361. OLE color: 11781361.
HSL color Cylindrical-coordinate representation of color #F1C4B3: hue angle of 16.45º 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 #F1C4B3 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 179 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.05 |
| HSL | 16.45º | 0.69% | 0.82% | - |
| HSV(B) | 16.45º | 0.26% | 0.95% | - |
| XYZ | 64.15 | 61.44 | 51.12 | - |
| YUV | 207.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 179 | 0 | 0.19 | 0.26 | 0.05 | 16.45 | 0.69 | 0.82 |
| Hex | F1 | C4 | B3 | 0 | 13 | 1A | 5 | 10 | 45 | 52 |
| Octal | 361 | 304 | 263 | 0 | 23 | 32 | 5 | 20 | 105 | 122 |
| Binary | 11110001 | 11000100 | 10110011 | 0 | 10011 | 11010 | 101 | 10000 | 1000101 | 1010010 |
Color Harmonies of #F1C4B3
Complementary color
Monochromatic Colors of #F1C4B3
Black with #F1C4B3
Text Example
Text Example
White with #F1C4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C4B3; }
p { color: rgb(241,196,179); }
H1.HeaderClassName
{
color: #F1C4B3;
}
.AnyTagClassName
{
color: #F1C4B3;
}
</style>
background-color css
<style>
a { background-color: #F1C4B3; }
a { background-color: rgb(241,196,179); }
div.DivClassName
{
background-color: #F1C4B3;
}
.BgClassName
{
background-color: #F1C4B3;
}
</style>
border-color css
<style>
span { border-color: #F1C4B3; }
span { border-color: rgb(241,196,179); }
td.TdClassName
{
border-color: #F1C4B3;
}
.TagClassName
{
border-color: #F1C4B3;
}
</style>