Shades of Zinnwaldite #F3C5B3
Tints of Zinnwaldite #F3C5B3
RGB
CMYK
RGB Variations
Color information
#F3C5B3 (or 0xF3C5B3) is known color: Zinnwaldite. HEX triplet: F3, C5 and B3. RGB value is (243,197,179). Sum of RGB (Red+Green+Blue) = 243+197+179=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5B3 is #0C3A4C. Grayscale: #D0D0D0. Windows color (decimal): -801357 or 11781619. OLE color: 11781619.
HSL color Cylindrical-coordinate representation of color #F3C5B3: hue angle of 16.88º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3C5B3 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 197 | 179 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.05 |
| HSL | 16.88º | 0.73% | 0.83% | - |
| HSV(B) | 16.88º | 0.26% | 0.95% | - |
| XYZ | 65.07 | 62.24 | 51.23 | - |
| YUV | 208.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 197 | 179 | 0 | 0.19 | 0.26 | 0.05 | 16.88 | 0.73 | 0.83 |
| Hex | F3 | C5 | B3 | 0 | 13 | 1A | 5 | 11 | 49 | 53 |
| Octal | 363 | 305 | 263 | 0 | 23 | 32 | 5 | 21 | 111 | 123 |
| Binary | 11110011 | 11000101 | 10110011 | 0 | 10011 | 11010 | 101 | 10001 | 1001001 | 1010011 |
Color Harmonies of #F3C5B3
Complementary color
Monochromatic Colors of #F3C5B3
Black with #F3C5B3
Text Example
Text Example
White with #F3C5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C5B3; }
p { color: rgb(243,197,179); }
H1.HeaderClassName
{
color: #F3C5B3;
}
.AnyTagClassName
{
color: #F3C5B3;
}
</style>
background-color css
<style>
a { background-color: #F3C5B3; }
a { background-color: rgb(243,197,179); }
div.DivClassName
{
background-color: #F3C5B3;
}
.BgClassName
{
background-color: #F3C5B3;
}
</style>
border-color css
<style>
span { border-color: #F3C5B3; }
span { border-color: rgb(243,197,179); }
td.TdClassName
{
border-color: #F3C5B3;
}
.TagClassName
{
border-color: #F3C5B3;
}
</style>