#F1C4AC

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

Shades of Zinnwaldite #F1C4AC

Tints of Zinnwaldite #F1C4AC

Color information

#F1C4AC (or 0xF1C4AC) is unknown color: approx Zinnwaldite. HEX triplet: F1, C4 and AC. RGB value is (241,196,172). Sum of RGB (Red+Green+Blue) = 241+196+172=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C4AC is #0E3B53. Grayscale: #CECECE. Windows color (decimal): -932692 or 11322609. OLE color: 11322609.

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

Color convert

RGB241196172-
CMYK00.190.290.05
HSL20.87º71.13%80.98%-
HSV(B)20.87º28.63%94.51%-
XYZ63.4661.1647.49-
YUV206.72108.41152.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.57%
GREEN value IS 196 (76.95% from 255) = 32.18%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=39.57%
G=32.18%
B=28.24%

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
Decimal24119617200.190.290.0520.8771.1380.98
HexF1C4AC0131D5154751
Octal36130425402335525107121
Binary111100011100010010101100010011111011011010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4AC; }

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

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

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

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

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

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

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

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