Shades of Zinnwaldite #F1BFB2
Tints of Zinnwaldite #F1BFB2
RGB
CMYK
RGB Variations
Color information
#F1BFB2 (or 0xF1BFB2) is known color: Zinnwaldite. HEX triplet: F1, BF and B2. RGB value is (241,191,178). Sum of RGB (Red+Green+Blue) = 241+191+178=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BFB2 is #0E404D. Grayscale: #CCCCCC. Windows color (decimal): -933966 or 11714545. OLE color: 11714545.
HSL color Cylindrical-coordinate representation of color #F1BFB2: hue angle of 12.38º 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 #F1BFB2 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 178 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.05 |
| HSL | 12.38º | 0.69% | 0.82% | - |
| HSV(B) | 12.38º | 0.26% | 0.95% | - |
| XYZ | 62.94 | 59.18 | 50.22 | - |
| YUV | 204.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 178 | 0 | 0.21 | 0.26 | 0.05 | 12.38 | 0.69 | 0.82 |
| Hex | F1 | BF | B2 | 0 | 15 | 1A | 5 | C | 45 | 52 |
| Octal | 361 | 277 | 262 | 0 | 25 | 32 | 5 | 14 | 105 | 122 |
| Binary | 11110001 | 10111111 | 10110010 | 0 | 10101 | 11010 | 101 | 1100 | 1000101 | 1010010 |
Color Harmonies of #F1BFB2
Complementary color
Monochromatic Colors of #F1BFB2
Black with #F1BFB2
Text Example
Text Example
White with #F1BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFB2; }
p { color: rgb(241,191,178); }
H1.HeaderClassName
{
color: #F1BFB2;
}
.AnyTagClassName
{
color: #F1BFB2;
}
</style>
background-color css
<style>
a { background-color: #F1BFB2; }
a { background-color: rgb(241,191,178); }
div.DivClassName
{
background-color: #F1BFB2;
}
.BgClassName
{
background-color: #F1BFB2;
}
</style>
border-color css
<style>
span { border-color: #F1BFB2; }
span { border-color: rgb(241,191,178); }
td.TdClassName
{
border-color: #F1BFB2;
}
.TagClassName
{
border-color: #F1BFB2;
}
</style>