#F1C3AC

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

Shades of Zinnwaldite #F1C3AC

Tints of Zinnwaldite #F1C3AC

Color information

#F1C3AC (or 0xF1C3AC) is unknown color: approx Zinnwaldite. HEX triplet: F1, C3 and AC. RGB value is (241,195,172). Sum of RGB (Red+Green+Blue) = 241+195+172=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C3AC is #0E3C53. Grayscale: #CECECE. Windows color (decimal): -932948 or 11322353. OLE color: 11322353.

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

Color convert

RGB241195172-
CMYK00.190.290.05
HSL20º71.13%80.98%-
HSV(B)20º28.63%94.51%-
XYZ63.2460.7147.41-
YUV206.13108.74152.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 195 (76.56% from 255) = 32.07%
BLUE value IS 172 (67.58% from 255) = 28.29%
R=39.64%
G=32.07%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119517200.190.290.052071.1380.98
HexF1C3AC0131D5144751
Octal36130325402335524107121
Binary111100011100001110101100010011111011011010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3AC; }

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

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

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

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

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

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

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

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