Shades of Zinnwaldite #F0BFB0
Tints of Zinnwaldite #F0BFB0
RGB
CMYK
RGB Variations
Color information
#F0BFB0 (or 0xF0BFB0) is known color: Zinnwaldite. HEX triplet: F0, BF and B0. RGB value is (240,191,176). Sum of RGB (Red+Green+Blue) = 240+191+176=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BFB0 is #0F404F. Grayscale: #CCCCCC. Windows color (decimal): -999504 or 11583472. OLE color: 11583472.
HSL color Cylindrical-coordinate representation of color #F0BFB0: hue angle of 14.06º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0BFB0 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 176 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.06 |
| HSL | 14.06º | 0.68% | 0.82% | - |
| HSV(B) | 14.06º | 0.27% | 0.94% | - |
| XYZ | 62.4 | 58.92 | 49.16 | - |
| YUV | 203.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 176 | 0 | 0.20 | 0.27 | 0.06 | 14.06 | 0.68 | 0.82 |
| Hex | F0 | BF | B0 | 0 | 14 | 1B | 6 | E | 44 | 52 |
| Octal | 360 | 277 | 260 | 0 | 24 | 33 | 6 | 16 | 104 | 122 |
| Binary | 11110000 | 10111111 | 10110000 | 0 | 10100 | 11011 | 110 | 1110 | 1000100 | 1010010 |
Color Harmonies of #F0BFB0
Complementary color
Monochromatic Colors of #F0BFB0
Black with #F0BFB0
Text Example
Text Example
White with #F0BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFB0; }
p { color: rgb(240,191,176); }
H1.HeaderClassName
{
color: #F0BFB0;
}
.AnyTagClassName
{
color: #F0BFB0;
}
</style>
background-color css
<style>
a { background-color: #F0BFB0; }
a { background-color: rgb(240,191,176); }
div.DivClassName
{
background-color: #F0BFB0;
}
.BgClassName
{
background-color: #F0BFB0;
}
</style>
border-color css
<style>
span { border-color: #F0BFB0; }
span { border-color: rgb(240,191,176); }
td.TdClassName
{
border-color: #F0BFB0;
}
.TagClassName
{
border-color: #F0BFB0;
}
</style>