#F1C2AC

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

Shades of Zinnwaldite #F1C2AC

Tints of Zinnwaldite #F1C2AC

Color information

#F1C2AC (or 0xF1C2AC) is unknown color: approx Zinnwaldite. HEX triplet: F1, C2 and AC. RGB value is (241,194,172). Sum of RGB (Red+Green+Blue) = 241+194+172=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C2AC is #0E3D53. Grayscale: #CDCDCD. Windows color (decimal): -933204 or 11322097. OLE color: 11322097.

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

Color convert

RGB241194172-
CMYK00.200.290.05
HSL19.13º71.13%80.98%-
HSV(B)19.13º28.63%94.51%-
XYZ63.0160.2647.34-
YUV205.54109.07153.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 194 (76.17% from 255) = 31.96%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=39.70%
G=31.96%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119417200.200.290.0519.1371.1380.98
HexF1C2AC0141D5134751
Octal36130225402435523107121
Binary111100011100001010101100010100111011011001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C2AC; }

 p { color: rgb(241,194,172); }

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

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

 a { background-color: rgb(241,194,172); }

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

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

 span { border-color: rgb(241,194,172); }

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