Shades of Zinnwaldite #F3BDA8
Tints of Zinnwaldite #F3BDA8
RGB
CMYK
RGB Variations
Color information
#F3BDA8 (or 0xF3BDA8) is known color: Zinnwaldite. HEX triplet: F3, BD and A8. RGB value is (243,189,168). Sum of RGB (Red+Green+Blue) = 243+189+168=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BDA8 is #0C4257. Grayscale: #CACACA. Windows color (decimal): -803416 or 11058675. OLE color: 11058675.
HSL color Cylindrical-coordinate representation of color #F3BDA8: hue angle of 16.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3BDA8 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 168 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.05 |
| HSL | 16.8º | 0.76% | 0.81% | - |
| HSV(B) | 16.8º | 0.31% | 0.95% | - |
| XYZ | 62.23 | 58.28 | 45.01 | - |
| YUV | 202.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 168 | 0 | 0.22 | 0.31 | 0.05 | 16.8 | 0.76 | 0.81 |
| Hex | F3 | BD | A8 | 0 | 16 | 1F | 5 | 11 | 4C | 51 |
| Octal | 363 | 275 | 250 | 0 | 26 | 37 | 5 | 21 | 114 | 121 |
| Binary | 11110011 | 10111101 | 10101000 | 0 | 10110 | 11111 | 101 | 10001 | 1001100 | 1010001 |
Color Harmonies of #F3BDA8
Complementary color
Monochromatic Colors of #F3BDA8
Black with #F3BDA8
Text Example
Text Example
White with #F3BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDA8; }
p { color: rgb(243,189,168); }
H1.HeaderClassName
{
color: #F3BDA8;
}
.AnyTagClassName
{
color: #F3BDA8;
}
</style>
background-color css
<style>
a { background-color: #F3BDA8; }
a { background-color: rgb(243,189,168); }
div.DivClassName
{
background-color: #F3BDA8;
}
.BgClassName
{
background-color: #F3BDA8;
}
</style>
border-color css
<style>
span { border-color: #F3BDA8; }
span { border-color: rgb(243,189,168); }
td.TdClassName
{
border-color: #F3BDA8;
}
.TagClassName
{
border-color: #F3BDA8;
}
</style>