#F8C2AA

Color #F8C2AA Zinnwaldite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zinnwaldite #F8C2AA

Tints of Zinnwaldite #F8C2AA

Color information

#F8C2AA (or 0xF8C2AA) is unknown color: approx Zinnwaldite. HEX triplet: F8, C2 and AA. RGB value is (248,194,170). Sum of RGB (Red+Green+Blue) = 248+194+170=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C2AA is #073D55. Grayscale: #CFCFCF. Windows color (decimal): -474454 or 11191032. OLE color: 11191032.

HSL color Cylindrical-coordinate representation of color #F8C2AA: hue angle of 18.46º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8C2AA is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248194170-
CMYK00.220.310.03
HSL18.46º84.78%81.96%-
HSV(B)18.46º31.45%97.25%-
XYZ65.2661.4446.45-
YUV207.41106.89156.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 40.52%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 170 (66.80% from 255) = 27.78%
R=40.52%
G=31.70%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819417000.220.310.0318.4684.7881.96
HexF8C2AA0161F3125552
Octal37030225202637322125122
Binary11111000110000101010101001011011111111001010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C2AA; }

 p { color: rgb(248,194,170); }

 H1.HeaderClassName
 {
   color: #F8C2AA;
 }
 .AnyTagClassName
 {
   color: #F8C2AA;
 }
</style>
background-color css

<style>
 a { background-color: #F8C2AA; }

 a { background-color: rgb(248,194,170); }

 div.DivClassName
 {
   background-color: #F8C2AA;
 }
 .BgClassName
 {
   background-color: #F8C2AA;
 }
</style>
border-color css

<style>
 span { border-color: #F8C2AA; }

 span { border-color: rgb(248,194,170); }

 td.TdClassName
 {
   border-color: #F8C2AA;
 }
 .TagClassName
 {
   border-color: #F8C2AA;
 }
</style>