#F1C1AC

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

Shades of Zinnwaldite #F1C1AC

Tints of Zinnwaldite #F1C1AC

Color information

#F1C1AC (or 0xF1C1AC) is unknown color: approx Zinnwaldite. HEX triplet: F1, C1 and AC. RGB value is (241,193,172). Sum of RGB (Red+Green+Blue) = 241+193+172=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C1AC is #0E3E53. Grayscale: #CDCDCD. Windows color (decimal): -933460 or 11321841. OLE color: 11321841.

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

Color convert

RGB241193172-
CMYK00.200.290.05
HSL18.26º71.13%80.98%-
HSV(B)18.26º28.63%94.51%-
XYZ62.7959.8247.27-
YUV204.96109.4153.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 172 (67.58% from 255) = 28.38%
R=39.77%
G=31.85%
B=28.38%

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
Decimal24119317200.200.290.0518.2671.1380.98
HexF1C1AC0141D5124751
Octal36130125402435522107121
Binary111100011100000110101100010100111011011001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C1AC; }

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

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

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

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

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

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

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

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