#F1C6AF

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

Shades of Zinnwaldite #F1C6AF

Tints of Zinnwaldite #F1C6AF

Color information

#F1C6AF (or 0xF1C6AF) is unknown color: approx Zinnwaldite. HEX triplet: F1, C6 and AF. RGB value is (241,198,175). Sum of RGB (Red+Green+Blue) = 241+198+175=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C6AF is #0E3950. Grayscale: #D0D0D0. Windows color (decimal): -932177 or 11519729. OLE color: 11519729.

HSL color Cylindrical-coordinate representation of color #F1C6AF: hue angle of 20.91º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1C6AF is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241198175-
CMYK00.180.270.05
HSL20.91º70.21%81.57%-
HSV(B)20.91º27.39%94.51%-
XYZ64.2162.1849.18-
YUV208.24109.25151.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 198 (77.73% from 255) = 32.25%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=39.25%
G=32.25%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119817500.180.270.0520.9170.2181.57
HexF1C6AF0121B5154652
Octal36130625702233525106122
Binary111100011100011010101111010010110111011010110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6AF; }

 p { color: rgb(241,198,175); }

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

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

 a { background-color: rgb(241,198,175); }

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

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

 span { border-color: rgb(241,198,175); }

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