#F1C0AA

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

Shades of Zinnwaldite #F1C0AA

Tints of Zinnwaldite #F1C0AA

Color information

#F1C0AA (or 0xF1C0AA) is unknown color: approx Zinnwaldite. HEX triplet: F1, C0 and AA. RGB value is (241,192,170). Sum of RGB (Red+Green+Blue) = 241+192+170=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C0AA is #0E3F55. Grayscale: #CCCCCC. Windows color (decimal): -933718 or 11190513. OLE color: 11190513.

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

Color convert

RGB241192170-
CMYK00.200.290.05
HSL18.59º71.72%80.59%-
HSV(B)18.59º29.46%94.51%-
XYZ62.3859.346.19-
YUV204.14108.73154.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=39.97%
G=31.84%
B=28.19%

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
Decimal24119217000.200.290.0518.5971.7280.59
HexF1C0AA0141D5134851
Octal36130025202435523110121
Binary111100011100000010101010010100111011011001110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0AA; }

 p { color: rgb(241,192,170); }

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

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

 a { background-color: rgb(241,192,170); }

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

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

 span { border-color: rgb(241,192,170); }

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