Shades of Zinnwaldite #F8C3AD
Tints of Zinnwaldite #F8C3AD
RGB
CMYK
RGB Variations
Color information
#F8C3AD (or 0xF8C3AD) is known color: Zinnwaldite. HEX triplet: F8, C3 and AD. RGB value is (248,195,173). Sum of RGB (Red+Green+Blue) = 248+195+173=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C3AD is #073C52. Grayscale: #D0D0D0. Windows color (decimal): -474195 or 11387896. OLE color: 11387896.
HSL color Cylindrical-coordinate representation of color #F8C3AD: hue angle of 17.6º 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 #F8C3AD is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 173 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.03 |
| HSL | 17.6º | 0.84% | 0.83% | - |
| HSV(B) | 17.6º | 0.3% | 0.97% | - |
| XYZ | 65.77 | 62 | 48.04 | - |
| YUV | 208.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 173 | 0 | 0.21 | 0.30 | 0.03 | 17.6 | 0.84 | 0.83 |
| Hex | F8 | C3 | AD | 0 | 15 | 1E | 3 | 12 | 54 | 53 |
| Octal | 370 | 303 | 255 | 0 | 25 | 36 | 3 | 22 | 124 | 123 |
| Binary | 11111000 | 11000011 | 10101101 | 0 | 10101 | 11110 | 11 | 10010 | 1010100 | 1010011 |
Color Harmonies of #F8C3AD
Complementary color
Monochromatic Colors of #F8C3AD
Black with #F8C3AD
Text Example
Text Example
White with #F8C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C3AD; }
p { color: rgb(248,195,173); }
H1.HeaderClassName
{
color: #F8C3AD;
}
.AnyTagClassName
{
color: #F8C3AD;
}
</style>
background-color css
<style>
a { background-color: #F8C3AD; }
a { background-color: rgb(248,195,173); }
div.DivClassName
{
background-color: #F8C3AD;
}
.BgClassName
{
background-color: #F8C3AD;
}
</style>
border-color css
<style>
span { border-color: #F8C3AD; }
span { border-color: rgb(248,195,173); }
td.TdClassName
{
border-color: #F8C3AD;
}
.TagClassName
{
border-color: #F8C3AD;
}
</style>