Shades of Zinnwaldite #F3C6B2
Tints of Zinnwaldite #F3C6B2
RGB
CMYK
RGB Variations
Color information
#F3C6B2 (or 0xF3C6B2) is known color: Zinnwaldite. HEX triplet: F3, C6 and B2. RGB value is (243,198,178). Sum of RGB (Red+Green+Blue) = 243+198+178=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C6B2 is #0C394D. Grayscale: #D1D1D1. Windows color (decimal): -801102 or 11716339. OLE color: 11716339.
HSL color Cylindrical-coordinate representation of color #F3C6B2: hue angle of 18.46º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3C6B2 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 178 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.05 |
| HSL | 18.46º | 0.73% | 0.83% | - |
| HSV(B) | 18.46º | 0.27% | 0.95% | - |
| XYZ | 65.19 | 62.66 | 50.78 | - |
| YUV | 209.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 178 | 0 | 0.19 | 0.27 | 0.05 | 18.46 | 0.73 | 0.83 |
| Hex | F3 | C6 | B2 | 0 | 13 | 1B | 5 | 12 | 49 | 53 |
| Octal | 363 | 306 | 262 | 0 | 23 | 33 | 5 | 22 | 111 | 123 |
| Binary | 11110011 | 11000110 | 10110010 | 0 | 10011 | 11011 | 101 | 10010 | 1001001 | 1010011 |
Color Harmonies of #F3C6B2
Complementary color
Monochromatic Colors of #F3C6B2
Black with #F3C6B2
Text Example
Text Example
White with #F3C6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C6B2; }
p { color: rgb(243,198,178); }
H1.HeaderClassName
{
color: #F3C6B2;
}
.AnyTagClassName
{
color: #F3C6B2;
}
</style>
background-color css
<style>
a { background-color: #F3C6B2; }
a { background-color: rgb(243,198,178); }
div.DivClassName
{
background-color: #F3C6B2;
}
.BgClassName
{
background-color: #F3C6B2;
}
</style>
border-color css
<style>
span { border-color: #F3C6B2; }
span { border-color: rgb(243,198,178); }
td.TdClassName
{
border-color: #F3C6B2;
}
.TagClassName
{
border-color: #F3C6B2;
}
</style>