Shades of Zinnwaldite #F1C2B2
Tints of Zinnwaldite #F1C2B2
RGB
CMYK
RGB Variations
Color information
#F1C2B2 (or 0xF1C2B2) is known color: Zinnwaldite. HEX triplet: F1, C2 and B2. RGB value is (241,194,178). Sum of RGB (Red+Green+Blue) = 241+194+178=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C2B2 is #0E3D4D. Grayscale: #CECECE. Windows color (decimal): -933198 or 11715313. OLE color: 11715313.
HSL color Cylindrical-coordinate representation of color #F1C2B2: hue angle of 15.24º 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 #F1C2B2 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 194 | 178 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.05 |
| HSL | 15.24º | 0.69% | 0.82% | - |
| HSV(B) | 15.24º | 0.26% | 0.95% | - |
| XYZ | 63.6 | 60.5 | 50.44 | - |
| YUV | 206.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 194 | 178 | 0 | 0.20 | 0.26 | 0.05 | 15.24 | 0.69 | 0.82 |
| Hex | F1 | C2 | B2 | 0 | 14 | 1A | 5 | F | 45 | 52 |
| Octal | 361 | 302 | 262 | 0 | 24 | 32 | 5 | 17 | 105 | 122 |
| Binary | 11110001 | 11000010 | 10110010 | 0 | 10100 | 11010 | 101 | 1111 | 1000101 | 1010010 |
Color Harmonies of #F1C2B2
Complementary color
Monochromatic Colors of #F1C2B2
Black with #F1C2B2
Text Example
Text Example
White with #F1C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C2B2; }
p { color: rgb(241,194,178); }
H1.HeaderClassName
{
color: #F1C2B2;
}
.AnyTagClassName
{
color: #F1C2B2;
}
</style>
background-color css
<style>
a { background-color: #F1C2B2; }
a { background-color: rgb(241,194,178); }
div.DivClassName
{
background-color: #F1C2B2;
}
.BgClassName
{
background-color: #F1C2B2;
}
</style>
border-color css
<style>
span { border-color: #F1C2B2; }
span { border-color: rgb(241,194,178); }
td.TdClassName
{
border-color: #F1C2B2;
}
.TagClassName
{
border-color: #F1C2B2;
}
</style>