Shades of Zinnwaldite #F1BFA4
Tints of Zinnwaldite #F1BFA4
RGB
CMYK
RGB Variations
Color information
#F1BFA4 (or 0xF1BFA4) is known color: Zinnwaldite. HEX triplet: F1, BF and A4. RGB value is (241,191,164). Sum of RGB (Red+Green+Blue) = 241+191+164=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BFA4 is #0E405B. Grayscale: #CBCBCB. Windows color (decimal): -933980 or 10797041. OLE color: 10797041.
HSL color Cylindrical-coordinate representation of color #F1BFA4: hue angle of 21.04º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1BFA4 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 164 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.05 |
| HSL | 21.04º | 0.73% | 0.79% | - |
| HSV(B) | 21.04º | 0.32% | 0.95% | - |
| XYZ | 61.61 | 58.64 | 43.19 | - |
| YUV | 202.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 164 | 0 | 0.21 | 0.32 | 0.05 | 21.04 | 0.73 | 0.79 |
| Hex | F1 | BF | A4 | 0 | 15 | 20 | 5 | 15 | 49 | 4F |
| Octal | 361 | 277 | 244 | 0 | 25 | 40 | 5 | 25 | 111 | 117 |
| Binary | 11110001 | 10111111 | 10100100 | 0 | 10101 | 100000 | 101 | 10101 | 1001001 | 1001111 |
Color Harmonies of #F1BFA4
Complementary color
Monochromatic Colors of #F1BFA4
Black with #F1BFA4
Text Example
Text Example
White with #F1BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFA4; }
p { color: rgb(241,191,164); }
H1.HeaderClassName
{
color: #F1BFA4;
}
.AnyTagClassName
{
color: #F1BFA4;
}
</style>
background-color css
<style>
a { background-color: #F1BFA4; }
a { background-color: rgb(241,191,164); }
div.DivClassName
{
background-color: #F1BFA4;
}
.BgClassName
{
background-color: #F1BFA4;
}
</style>
border-color css
<style>
span { border-color: #F1BFA4; }
span { border-color: rgb(241,191,164); }
td.TdClassName
{
border-color: #F1BFA4;
}
.TagClassName
{
border-color: #F1BFA4;
}
</style>