Shades of Zinnwaldite #F3C3AF
Tints of Zinnwaldite #F3C3AF
RGB
CMYK
RGB Variations
Color information
#F3C3AF (or 0xF3C3AF) is known color: Zinnwaldite. HEX triplet: F3, C3 and AF. RGB value is (243,195,175). Sum of RGB (Red+Green+Blue) = 243+195+175=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C3AF is #0C3C50. Grayscale: #CFCFCF. Windows color (decimal): -801873 or 11518963. OLE color: 11518963.
HSL color Cylindrical-coordinate representation of color #F3C3AF: hue angle of 17.65º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3C3AF is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 175 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.05 |
| HSL | 17.65º | 0.74% | 0.82% | - |
| HSV(B) | 17.65º | 0.28% | 0.95% | - |
| XYZ | 64.22 | 61.18 | 48.98 | - |
| YUV | 207.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 175 | 0 | 0.20 | 0.28 | 0.05 | 17.65 | 0.74 | 0.82 |
| Hex | F3 | C3 | AF | 0 | 14 | 1C | 5 | 12 | 4A | 52 |
| Octal | 363 | 303 | 257 | 0 | 24 | 34 | 5 | 22 | 112 | 122 |
| Binary | 11110011 | 11000011 | 10101111 | 0 | 10100 | 11100 | 101 | 10010 | 1001010 | 1010010 |
Color Harmonies of #F3C3AF
Complementary color
Monochromatic Colors of #F3C3AF
Black with #F3C3AF
Text Example
Text Example
White with #F3C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3AF; }
p { color: rgb(243,195,175); }
H1.HeaderClassName
{
color: #F3C3AF;
}
.AnyTagClassName
{
color: #F3C3AF;
}
</style>
background-color css
<style>
a { background-color: #F3C3AF; }
a { background-color: rgb(243,195,175); }
div.DivClassName
{
background-color: #F3C3AF;
}
.BgClassName
{
background-color: #F3C3AF;
}
</style>
border-color css
<style>
span { border-color: #F3C3AF; }
span { border-color: rgb(243,195,175); }
td.TdClassName
{
border-color: #F3C3AF;
}
.TagClassName
{
border-color: #F3C3AF;
}
</style>