Shades of Zinnwaldite #F4C1AA
Tints of Zinnwaldite #F4C1AA
RGB
CMYK
RGB Variations
Color information
#F4C1AA (or 0xF4C1AA) is known color: Zinnwaldite. HEX triplet: F4, C1 and AA. RGB value is (244,193,170). Sum of RGB (Red+Green+Blue) = 244+193+170=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C1AA is #0B3E55. Grayscale: #CDCDCD. Windows color (decimal): -736854 or 11190772. OLE color: 11190772.
HSL color Cylindrical-coordinate representation of color #F4C1AA: hue angle of 18.65º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4C1AA is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 170 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.04 |
| HSL | 18.65º | 0.77% | 0.81% | - |
| HSV(B) | 18.65º | 0.3% | 0.96% | - |
| XYZ | 63.63 | 60.28 | 46.31 | - |
| YUV | 205.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 170 | 0 | 0.21 | 0.30 | 0.04 | 18.65 | 0.77 | 0.81 |
| Hex | F4 | C1 | AA | 0 | 15 | 1E | 4 | 13 | 4D | 51 |
| Octal | 364 | 301 | 252 | 0 | 25 | 36 | 4 | 23 | 115 | 121 |
| Binary | 11110100 | 11000001 | 10101010 | 0 | 10101 | 11110 | 100 | 10011 | 1001101 | 1010001 |
Color Harmonies of #F4C1AA
Complementary color
Monochromatic Colors of #F4C1AA
Black with #F4C1AA
Text Example
Text Example
White with #F4C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1AA; }
p { color: rgb(244,193,170); }
H1.HeaderClassName
{
color: #F4C1AA;
}
.AnyTagClassName
{
color: #F4C1AA;
}
</style>
background-color css
<style>
a { background-color: #F4C1AA; }
a { background-color: rgb(244,193,170); }
div.DivClassName
{
background-color: #F4C1AA;
}
.BgClassName
{
background-color: #F4C1AA;
}
</style>
border-color css
<style>
span { border-color: #F4C1AA; }
span { border-color: rgb(244,193,170); }
td.TdClassName
{
border-color: #F4C1AA;
}
.TagClassName
{
border-color: #F4C1AA;
}
</style>