Shades of Zinnwaldite #F4C4B3
Tints of Zinnwaldite #F4C4B3
RGB
CMYK
RGB Variations
Color information
#F4C4B3 (or 0xF4C4B3) is known color: Zinnwaldite. HEX triplet: F4, C4 and B3. RGB value is (244,196,179). Sum of RGB (Red+Green+Blue) = 244+196+179=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C4B3 is #0B3B4C. Grayscale: #D0D0D0. Windows color (decimal): -736077 or 11781364. OLE color: 11781364.
HSL color Cylindrical-coordinate representation of color #F4C4B3: hue angle of 15.69º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4C4B3 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 196 | 179 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.04 |
| HSL | 15.69º | 0.75% | 0.83% | - |
| HSV(B) | 15.69º | 0.27% | 0.96% | - |
| XYZ | 65.18 | 61.97 | 51.17 | - |
| YUV | 208.41 | 111.4 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 196 | 179 | 0 | 0.20 | 0.27 | 0.04 | 15.69 | 0.75 | 0.83 |
| Hex | F4 | C4 | B3 | 0 | 14 | 1B | 4 | 10 | 4B | 53 |
| Octal | 364 | 304 | 263 | 0 | 24 | 33 | 4 | 20 | 113 | 123 |
| Binary | 11110100 | 11000100 | 10110011 | 0 | 10100 | 11011 | 100 | 10000 | 1001011 | 1010011 |
Color Harmonies of #F4C4B3
Complementary color
Monochromatic Colors of #F4C4B3
Black with #F4C4B3
Text Example
Text Example
White with #F4C4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C4B3; }
p { color: rgb(244,196,179); }
H1.HeaderClassName
{
color: #F4C4B3;
}
.AnyTagClassName
{
color: #F4C4B3;
}
</style>
background-color css
<style>
a { background-color: #F4C4B3; }
a { background-color: rgb(244,196,179); }
div.DivClassName
{
background-color: #F4C4B3;
}
.BgClassName
{
background-color: #F4C4B3;
}
</style>
border-color css
<style>
span { border-color: #F4C4B3; }
span { border-color: rgb(244,196,179); }
td.TdClassName
{
border-color: #F4C4B3;
}
.TagClassName
{
border-color: #F4C4B3;
}
</style>