Shades of Zinnwaldite #F4C1AF
Tints of Zinnwaldite #F4C1AF
RGB
CMYK
RGB Variations
Color information
#F4C1AF (or 0xF4C1AF) is known color: Zinnwaldite. HEX triplet: F4, C1 and AF. RGB value is (244,193,175). Sum of RGB (Red+Green+Blue) = 244+193+175=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C1AF is #0B3E50. Grayscale: #CECECE. Windows color (decimal): -736849 or 11518452. OLE color: 11518452.
HSL color Cylindrical-coordinate representation of color #F4C1AF: hue angle of 15.65º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4C1AF is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 175 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.04 |
| HSL | 15.65º | 0.76% | 0.82% | - |
| HSV(B) | 15.65º | 0.28% | 0.96% | - |
| XYZ | 64.12 | 60.47 | 48.85 | - |
| YUV | 206.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 175 | 0 | 0.21 | 0.28 | 0.04 | 15.65 | 0.76 | 0.82 |
| Hex | F4 | C1 | AF | 0 | 15 | 1C | 4 | 10 | 4C | 52 |
| Octal | 364 | 301 | 257 | 0 | 25 | 34 | 4 | 20 | 114 | 122 |
| Binary | 11110100 | 11000001 | 10101111 | 0 | 10101 | 11100 | 100 | 10000 | 1001100 | 1010010 |
Color Harmonies of #F4C1AF
Complementary color
Monochromatic Colors of #F4C1AF
Black with #F4C1AF
Text Example
Text Example
White with #F4C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1AF; }
p { color: rgb(244,193,175); }
H1.HeaderClassName
{
color: #F4C1AF;
}
.AnyTagClassName
{
color: #F4C1AF;
}
</style>
background-color css
<style>
a { background-color: #F4C1AF; }
a { background-color: rgb(244,193,175); }
div.DivClassName
{
background-color: #F4C1AF;
}
.BgClassName
{
background-color: #F4C1AF;
}
</style>
border-color css
<style>
span { border-color: #F4C1AF; }
span { border-color: rgb(244,193,175); }
td.TdClassName
{
border-color: #F4C1AF;
}
.TagClassName
{
border-color: #F4C1AF;
}
</style>