Shades of Zinnwaldite #F4C1AD
Tints of Zinnwaldite #F4C1AD
RGB
CMYK
RGB Variations
Color information
#F4C1AD (or 0xF4C1AD) is known color: Zinnwaldite. HEX triplet: F4, C1 and AD. RGB value is (244,193,173). Sum of RGB (Red+Green+Blue) = 244+193+173=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C1AD is #0B3E52. Grayscale: #CECECE. Windows color (decimal): -736851 or 11387380. OLE color: 11387380.
HSL color Cylindrical-coordinate representation of color #F4C1AD: hue angle of 16.9º degrees, saturation: 0.76, 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 #F4C1AD is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 173 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.04 |
| HSL | 16.9º | 0.76% | 0.82% | - |
| HSV(B) | 16.9º | 0.29% | 0.96% | - |
| XYZ | 63.92 | 60.39 | 47.82 | - |
| YUV | 205.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 173 | 0 | 0.21 | 0.29 | 0.04 | 16.9 | 0.76 | 0.82 |
| Hex | F4 | C1 | AD | 0 | 15 | 1D | 4 | 11 | 4C | 52 |
| Octal | 364 | 301 | 255 | 0 | 25 | 35 | 4 | 21 | 114 | 122 |
| Binary | 11110100 | 11000001 | 10101101 | 0 | 10101 | 11101 | 100 | 10001 | 1001100 | 1010010 |
Color Harmonies of #F4C1AD
Complementary color
Monochromatic Colors of #F4C1AD
Black with #F4C1AD
Text Example
Text Example
White with #F4C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1AD; }
p { color: rgb(244,193,173); }
H1.HeaderClassName
{
color: #F4C1AD;
}
.AnyTagClassName
{
color: #F4C1AD;
}
</style>
background-color css
<style>
a { background-color: #F4C1AD; }
a { background-color: rgb(244,193,173); }
div.DivClassName
{
background-color: #F4C1AD;
}
.BgClassName
{
background-color: #F4C1AD;
}
</style>
border-color css
<style>
span { border-color: #F4C1AD; }
span { border-color: rgb(244,193,173); }
td.TdClassName
{
border-color: #F4C1AD;
}
.TagClassName
{
border-color: #F4C1AD;
}
</style>