Shades of Zinnwaldite #F0BDAE
Tints of Zinnwaldite #F0BDAE
RGB
CMYK
RGB Variations
Color information
#F0BDAE (or 0xF0BDAE) is known color: Zinnwaldite. HEX triplet: F0, BD and AE. RGB value is (240,189,174). Sum of RGB (Red+Green+Blue) = 240+189+174=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BDAE is #0F4251. Grayscale: #CACACA. Windows color (decimal): -1000018 or 11451888. OLE color: 11451888.
HSL color Cylindrical-coordinate representation of color #F0BDAE: hue angle of 13.64º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0BDAE is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 174 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.06 |
| HSL | 13.64º | 0.69% | 0.81% | - |
| HSV(B) | 13.64º | 0.28% | 0.94% | - |
| XYZ | 61.77 | 57.98 | 47.98 | - |
| YUV | 202.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 174 | 0 | 0.21 | 0.28 | 0.06 | 13.64 | 0.69 | 0.81 |
| Hex | F0 | BD | AE | 0 | 15 | 1C | 6 | E | 45 | 51 |
| Octal | 360 | 275 | 256 | 0 | 25 | 34 | 6 | 16 | 105 | 121 |
| Binary | 11110000 | 10111101 | 10101110 | 0 | 10101 | 11100 | 110 | 1110 | 1000101 | 1010001 |
Color Harmonies of #F0BDAE
Complementary color
Monochromatic Colors of #F0BDAE
Black with #F0BDAE
Text Example
Text Example
White with #F0BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDAE; }
p { color: rgb(240,189,174); }
H1.HeaderClassName
{
color: #F0BDAE;
}
.AnyTagClassName
{
color: #F0BDAE;
}
</style>
background-color css
<style>
a { background-color: #F0BDAE; }
a { background-color: rgb(240,189,174); }
div.DivClassName
{
background-color: #F0BDAE;
}
.BgClassName
{
background-color: #F0BDAE;
}
</style>
border-color css
<style>
span { border-color: #F0BDAE; }
span { border-color: rgb(240,189,174); }
td.TdClassName
{
border-color: #F0BDAE;
}
.TagClassName
{
border-color: #F0BDAE;
}
</style>