#F1C0AE

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

Shades of Zinnwaldite #F1C0AE

Tints of Zinnwaldite #F1C0AE

Color information

#F1C0AE (or 0xF1C0AE) is unknown color: approx Zinnwaldite. HEX triplet: F1, C0 and AE. RGB value is (241,192,174). Sum of RGB (Red+Green+Blue) = 241+192+174=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C0AE is #0E3F51. Grayscale: #CCCCCC. Windows color (decimal): -933714 or 11452657. OLE color: 11452657.

HSL color Cylindrical-coordinate representation of color #F1C0AE: hue angle of 16.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1C0AE is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241192174-
CMYK00.200.280.05
HSL16.12º70.53%81.37%-
HSV(B)16.12º27.8%94.51%-
XYZ62.7759.4648.21-
YUV204.6110.73153.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=39.70%
G=31.63%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119217400.200.280.0516.1270.5381.37
HexF1C0AE0141C5104751
Octal36130025602434520107121
Binary111100011100000010101110010100111001011000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0AE; }

 p { color: rgb(241,192,174); }

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

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

 a { background-color: rgb(241,192,174); }

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

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

 span { border-color: rgb(241,192,174); }

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