Shades of Zinnwaldite #F0BDA7
Tints of Zinnwaldite #F0BDA7
RGB
CMYK
RGB Variations
Color information
#F0BDA7 (or 0xF0BDA7) is known color: Zinnwaldite. HEX triplet: F0, BD and A7. RGB value is (240,189,167). Sum of RGB (Red+Green+Blue) = 240+189+167=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 167 (65.62% from 255 or 28.02% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BDA7 is #0F4258. Grayscale: #C9C9C9. Windows color (decimal): -1000025 or 10993136. OLE color: 10993136.
HSL color Cylindrical-coordinate representation of color #F0BDA7: hue angle of 18.08º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0BDA7 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 167 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.06 |
| HSL | 18.08º | 0.71% | 0.8% | - |
| HSV(B) | 18.08º | 0.3% | 0.94% | - |
| XYZ | 61.11 | 57.71 | 44.48 | - |
| YUV | 201.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 167 | 0 | 0.21 | 0.30 | 0.06 | 18.08 | 0.71 | 0.8 |
| Hex | F0 | BD | A7 | 0 | 15 | 1E | 6 | 12 | 47 | 50 |
| Octal | 360 | 275 | 247 | 0 | 25 | 36 | 6 | 22 | 107 | 120 |
| Binary | 11110000 | 10111101 | 10100111 | 0 | 10101 | 11110 | 110 | 10010 | 1000111 | 1010000 |
Color Harmonies of #F0BDA7
Complementary color
Monochromatic Colors of #F0BDA7
Black with #F0BDA7
Text Example
Text Example
White with #F0BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDA7; }
p { color: rgb(240,189,167); }
H1.HeaderClassName
{
color: #F0BDA7;
}
.AnyTagClassName
{
color: #F0BDA7;
}
</style>
background-color css
<style>
a { background-color: #F0BDA7; }
a { background-color: rgb(240,189,167); }
div.DivClassName
{
background-color: #F0BDA7;
}
.BgClassName
{
background-color: #F0BDA7;
}
</style>
border-color css
<style>
span { border-color: #F0BDA7; }
span { border-color: rgb(240,189,167); }
td.TdClassName
{
border-color: #F0BDA7;
}
.TagClassName
{
border-color: #F0BDA7;
}
</style>