#F9C2AA

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

Shades of Zinnwaldite #F9C2AA

Tints of Zinnwaldite #F9C2AA

Color information

#F9C2AA (or 0xF9C2AA) is unknown color: approx Zinnwaldite. HEX triplet: F9, C2 and AA. RGB value is (249,194,170). Sum of RGB (Red+Green+Blue) = 249+194+170=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C2AA is #063D55. Grayscale: #CFCFCF. Windows color (decimal): -408918 or 11191033. OLE color: 11191033.

HSL color Cylindrical-coordinate representation of color #F9C2AA: hue angle of 18.23º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9C2AA is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB249194170-
CMYK00.220.320.02
HSL18.23º86.81%82.16%-
HSV(B)18.23º31.73%97.65%-
XYZ65.6161.6346.47-
YUV207.71106.72157.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=40.62%
G=31.65%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919417000.220.320.0218.2386.8182.16
HexF9C2AA016202125752
Octal37130225202640222127122
Binary111110011100001010101010010110100000101001010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C2AA; }

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

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

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

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

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

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

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

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