#F6C1AA

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

Shades of Zinnwaldite #F6C1AA

Tints of Zinnwaldite #F6C1AA

Color information

#F6C1AA (or 0xF6C1AA) is unknown color: approx Zinnwaldite. HEX triplet: F6, C1 and AA. RGB value is (246,193,170). Sum of RGB (Red+Green+Blue) = 246+193+170=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C1AA is #093E55. Grayscale: #CECECE. Windows color (decimal): -605782 or 11190774. OLE color: 11190774.

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

Color convert

RGB246193170-
CMYK00.220.310.04
HSL18.16º80.85%81.57%-
HSV(B)18.16º30.89%96.47%-
XYZ64.3360.6446.34-
YUV206.22107.56156.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=40.39%
G=31.69%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619317000.220.310.0418.1680.8581.57
HexF6C1AA0161F4125152
Octal36630125202637422121122
Binary111101101100000110101010010110111111001001010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C1AA; }

 p { color: rgb(246,193,170); }

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

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

 a { background-color: rgb(246,193,170); }

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

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

 span { border-color: rgb(246,193,170); }

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