Shades of Zinnwaldite #F3C1AD
Tints of Zinnwaldite #F3C1AD
RGB
CMYK
RGB Variations
Color information
#F3C1AD (or 0xF3C1AD) is known color: Zinnwaldite. HEX triplet: F3, C1 and AD. RGB value is (243,193,173). Sum of RGB (Red+Green+Blue) = 243+193+173=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C1AD is #0C3E52. Grayscale: #CDCDCD. Windows color (decimal): -802387 or 11387379. OLE color: 11387379.
HSL color Cylindrical-coordinate representation of color #F3C1AD: hue angle of 17.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3C1AD is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 173 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.05 |
| HSL | 17.14º | 0.74% | 0.82% | - |
| HSV(B) | 17.14º | 0.29% | 0.95% | - |
| XYZ | 63.57 | 60.21 | 47.81 | - |
| YUV | 205.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 173 | 0 | 0.21 | 0.29 | 0.05 | 17.14 | 0.74 | 0.82 |
| Hex | F3 | C1 | AD | 0 | 15 | 1D | 5 | 11 | 4A | 52 |
| Octal | 363 | 301 | 255 | 0 | 25 | 35 | 5 | 21 | 112 | 122 |
| Binary | 11110011 | 11000001 | 10101101 | 0 | 10101 | 11101 | 101 | 10001 | 1001010 | 1010010 |
Color Harmonies of #F3C1AD
Complementary color
Monochromatic Colors of #F3C1AD
Black with #F3C1AD
Text Example
Text Example
White with #F3C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1AD; }
p { color: rgb(243,193,173); }
H1.HeaderClassName
{
color: #F3C1AD;
}
.AnyTagClassName
{
color: #F3C1AD;
}
</style>
background-color css
<style>
a { background-color: #F3C1AD; }
a { background-color: rgb(243,193,173); }
div.DivClassName
{
background-color: #F3C1AD;
}
.BgClassName
{
background-color: #F3C1AD;
}
</style>
border-color css
<style>
span { border-color: #F3C1AD; }
span { border-color: rgb(243,193,173); }
td.TdClassName
{
border-color: #F3C1AD;
}
.TagClassName
{
border-color: #F3C1AD;
}
</style>