#F5C1AC

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

Shades of Zinnwaldite #F5C1AC

Tints of Zinnwaldite #F5C1AC

Color information

#F5C1AC (or 0xF5C1AC) is unknown color: approx Zinnwaldite. HEX triplet: F5, C1 and AC. RGB value is (245,193,172). Sum of RGB (Red+Green+Blue) = 245+193+172=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C1AC is #0A3E53. Grayscale: #CECECE. Windows color (decimal): -671316 or 11321845. OLE color: 11321845.

HSL color Cylindrical-coordinate representation of color #F5C1AC: hue angle of 17.26º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5C1AC is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245193172-
CMYK00.210.300.04
HSL17.26º78.49%81.76%-
HSV(B)17.26º29.8%96.08%-
XYZ64.1760.5347.33-
YUV206.15108.73155.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 193 (75.78% from 255) = 31.64%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=40.16%
G=31.64%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519317200.210.300.0417.2678.4981.76
HexF5C1AC0151E4114e52
Octal36530125402536421116122
Binary111101011100000110101100010101111101001000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C1AC; }

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

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

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

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

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

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

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

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