Shades of Zinnwaldite #F8C2AD
Tints of Zinnwaldite #F8C2AD
RGB
CMYK
RGB Variations
Color information
#F8C2AD (or 0xF8C2AD) is known color: Zinnwaldite. HEX triplet: F8, C2 and AD. RGB value is (248,194,173). Sum of RGB (Red+Green+Blue) = 248+194+173=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C2AD is #073D52. Grayscale: #CFCFCF. Windows color (decimal): -474451 or 11387640. OLE color: 11387640.
HSL color Cylindrical-coordinate representation of color #F8C2AD: hue angle of 16.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8C2AD is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 173 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.03 |
| HSL | 16.8º | 0.84% | 0.83% | - |
| HSV(B) | 16.8º | 0.3% | 0.97% | - |
| XYZ | 65.55 | 61.56 | 47.96 | - |
| YUV | 207.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 173 | 0 | 0.22 | 0.30 | 0.03 | 16.8 | 0.84 | 0.83 |
| Hex | F8 | C2 | AD | 0 | 16 | 1E | 3 | 11 | 54 | 53 |
| Octal | 370 | 302 | 255 | 0 | 26 | 36 | 3 | 21 | 124 | 123 |
| Binary | 11111000 | 11000010 | 10101101 | 0 | 10110 | 11110 | 11 | 10001 | 1010100 | 1010011 |
Color Harmonies of #F8C2AD
Complementary color
Monochromatic Colors of #F8C2AD
Black with #F8C2AD
Text Example
Text Example
White with #F8C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C2AD; }
p { color: rgb(248,194,173); }
H1.HeaderClassName
{
color: #F8C2AD;
}
.AnyTagClassName
{
color: #F8C2AD;
}
</style>
background-color css
<style>
a { background-color: #F8C2AD; }
a { background-color: rgb(248,194,173); }
div.DivClassName
{
background-color: #F8C2AD;
}
.BgClassName
{
background-color: #F8C2AD;
}
</style>
border-color css
<style>
span { border-color: #F8C2AD; }
span { border-color: rgb(248,194,173); }
td.TdClassName
{
border-color: #F8C2AD;
}
.TagClassName
{
border-color: #F8C2AD;
}
</style>