#F6C2AB

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

Shades of Zinnwaldite #F6C2AB

Tints of Zinnwaldite #F6C2AB

Color information

#F6C2AB (or 0xF6C2AB) is unknown color: approx Zinnwaldite. HEX triplet: F6, C2 and AB. RGB value is (246,194,171). Sum of RGB (Red+Green+Blue) = 246+194+171=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C2AB is #093D54. Grayscale: #CFCFCF. Windows color (decimal): -605525 or 11256566. OLE color: 11256566.

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

Color convert

RGB246194171-
CMYK00.210.300.04
HSL18.4º80.65%81.76%-
HSV(B)18.4º30.49%96.47%-
XYZ64.6561.1246.92-
YUV206.93107.73155.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 194 (76.17% from 255) = 31.75%
BLUE value IS 171 (67.19% from 255) = 27.99%
R=40.26%
G=31.75%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619417100.210.300.0418.480.6581.76
HexF6C2AB0151E4125152
Octal36630225302536422121122
Binary111101101100001010101011010101111101001001010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C2AB; }

 p { color: rgb(246,194,171); }

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

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

 a { background-color: rgb(246,194,171); }

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

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

 span { border-color: rgb(246,194,171); }

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