Shades of Zinnwaldite #F5C1AD
Tints of Zinnwaldite #F5C1AD
RGB
CMYK
RGB Variations
Color information
#F5C1AD (or 0xF5C1AD) is known color: Zinnwaldite. HEX triplet: F5, C1 and AD. RGB value is (245,193,173). Sum of RGB (Red+Green+Blue) = 245+193+173=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C1AD is #0A3E52. Grayscale: #CECECE. Windows color (decimal): -671315 or 11387381. OLE color: 11387381.
HSL color Cylindrical-coordinate representation of color #F5C1AD: hue angle of 16.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5C1AD is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 173 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.04 |
| HSL | 16.67º | 0.78% | 0.82% | - |
| HSV(B) | 16.67º | 0.29% | 0.96% | - |
| XYZ | 64.27 | 60.57 | 47.84 | - |
| YUV | 206.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 173 | 0 | 0.21 | 0.29 | 0.04 | 16.67 | 0.78 | 0.82 |
| Hex | F5 | C1 | AD | 0 | 15 | 1D | 4 | 11 | 4E | 52 |
| Octal | 365 | 301 | 255 | 0 | 25 | 35 | 4 | 21 | 116 | 122 |
| Binary | 11110101 | 11000001 | 10101101 | 0 | 10101 | 11101 | 100 | 10001 | 1001110 | 1010010 |
Color Harmonies of #F5C1AD
Complementary color
Monochromatic Colors of #F5C1AD
Black with #F5C1AD
Text Example
Text Example
White with #F5C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C1AD; }
p { color: rgb(245,193,173); }
H1.HeaderClassName
{
color: #F5C1AD;
}
.AnyTagClassName
{
color: #F5C1AD;
}
</style>
background-color css
<style>
a { background-color: #F5C1AD; }
a { background-color: rgb(245,193,173); }
div.DivClassName
{
background-color: #F5C1AD;
}
.BgClassName
{
background-color: #F5C1AD;
}
</style>
border-color css
<style>
span { border-color: #F5C1AD; }
span { border-color: rgb(245,193,173); }
td.TdClassName
{
border-color: #F5C1AD;
}
.TagClassName
{
border-color: #F5C1AD;
}
</style>