#F6C3AF

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

Shades of Zinnwaldite #F6C3AF

Tints of Zinnwaldite #F6C3AF

Color information

#F6C3AF (or 0xF6C3AF) is unknown color: approx Zinnwaldite. HEX triplet: F6, C3 and AF. RGB value is (246,195,175). Sum of RGB (Red+Green+Blue) = 246+195+175=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C3AF is #093C50. Grayscale: #D0D0D0. Windows color (decimal): -605265 or 11518966. OLE color: 11518966.

HSL color Cylindrical-coordinate representation of color #F6C3AF: hue angle of 16.9º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6C3AF is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246195175-
CMYK00.210.290.04
HSL16.9º79.78%82.55%-
HSV(B)16.9º28.86%96.47%-
XYZ65.2661.7249.03-
YUV207.97109.4155.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.94%
GREEN value IS 195 (76.56% from 255) = 31.66%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=39.94%
G=31.66%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619517500.210.290.0416.979.7882.55
HexF6C3AF0151D4115053
Octal36630325702535421120123
Binary111101101100001110101111010101111011001000110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C3AF; }

 p { color: rgb(246,195,175); }

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

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

 a { background-color: rgb(246,195,175); }

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

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

 span { border-color: rgb(246,195,175); }

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