Shades of Zinnwaldite #F3C1AE
Tints of Zinnwaldite #F3C1AE
RGB
CMYK
RGB Variations
Color information
#F3C1AE (or 0xF3C1AE) is known color: Zinnwaldite. HEX triplet: F3, C1 and AE. RGB value is (243,193,174). Sum of RGB (Red+Green+Blue) = 243+193+174=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C1AE is #0C3E51. Grayscale: #CDCDCD. Windows color (decimal): -802386 or 11452915. OLE color: 11452915.
HSL color Cylindrical-coordinate representation of color #F3C1AE: hue angle of 16.52º 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 #F3C1AE is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 174 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.05 |
| HSL | 16.52º | 0.74% | 0.82% | - |
| HSV(B) | 16.52º | 0.28% | 0.95% | - |
| XYZ | 63.67 | 60.25 | 48.32 | - |
| YUV | 205.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 174 | 0 | 0.21 | 0.28 | 0.05 | 16.52 | 0.74 | 0.82 |
| Hex | F3 | C1 | AE | 0 | 15 | 1C | 5 | 11 | 4A | 52 |
| Octal | 363 | 301 | 256 | 0 | 25 | 34 | 5 | 21 | 112 | 122 |
| Binary | 11110011 | 11000001 | 10101110 | 0 | 10101 | 11100 | 101 | 10001 | 1001010 | 1010010 |
Color Harmonies of #F3C1AE
Complementary color
Monochromatic Colors of #F3C1AE
Black with #F3C1AE
Text Example
Text Example
White with #F3C1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1AE; }
p { color: rgb(243,193,174); }
H1.HeaderClassName
{
color: #F3C1AE;
}
.AnyTagClassName
{
color: #F3C1AE;
}
</style>
background-color css
<style>
a { background-color: #F3C1AE; }
a { background-color: rgb(243,193,174); }
div.DivClassName
{
background-color: #F3C1AE;
}
.BgClassName
{
background-color: #F3C1AE;
}
</style>
border-color css
<style>
span { border-color: #F3C1AE; }
span { border-color: rgb(243,193,174); }
td.TdClassName
{
border-color: #F3C1AE;
}
.TagClassName
{
border-color: #F3C1AE;
}
</style>