#F6C1AF

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

Shades of Zinnwaldite #F6C1AF

Tints of Zinnwaldite #F6C1AF

Color information

#F6C1AF (or 0xF6C1AF) is unknown color: approx Zinnwaldite. HEX triplet: F6, C1 and AF. RGB value is (246,193,175). Sum of RGB (Red+Green+Blue) = 246+193+175=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C1AF is #093E50. Grayscale: #CECECE. Windows color (decimal): -605777 or 11518454. OLE color: 11518454.

HSL color Cylindrical-coordinate representation of color #F6C1AF: hue angle of 15.21º 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 #F6C1AF is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246193175-
CMYK00.220.290.04
HSL15.21º79.78%82.55%-
HSV(B)15.21º28.86%96.47%-
XYZ64.8160.8348.88-
YUV206.8110.06155.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.07%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=40.07%
G=31.43%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619317500.220.290.0415.2179.7882.55
HexF6C1AF0161D4f5053
Octal36630125702635417120123
Binary11110110110000011010111101011011101100111110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C1AF; }

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

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

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

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

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

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

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

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