#F1C5AF

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

Shades of Zinnwaldite #F1C5AF

Tints of Zinnwaldite #F1C5AF

Color information

#F1C5AF (or 0xF1C5AF) is unknown color: approx Zinnwaldite. HEX triplet: F1, C5 and AF. RGB value is (241,197,175). Sum of RGB (Red+Green+Blue) = 241+197+175=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C5AF is #0E3A50. Grayscale: #CFCFCF. Windows color (decimal): -932433 or 11519473. OLE color: 11519473.

HSL color Cylindrical-coordinate representation of color #F1C5AF: hue angle of 20º 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 #F1C5AF is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241197175-
CMYK00.180.270.05
HSL20º70.21%81.57%-
HSV(B)20º27.39%94.51%-
XYZ63.9861.7349.1-
YUV207.65109.58151.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 197 (77.34% from 255) = 32.14%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=39.31%
G=32.14%
B=28.55%

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
Decimal24119717500.180.270.052070.2181.57
HexF1C5AF0121B5144652
Octal36130525702233524106122
Binary111100011100010110101111010010110111011010010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C5AF; }

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

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

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

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

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

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

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

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