#F0C1AA

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

Shades of Zinnwaldite #F0C1AA

Tints of Zinnwaldite #F0C1AA

Color information

#F0C1AA (or 0xF0C1AA) is unknown color: approx Zinnwaldite. HEX triplet: F0, C1 and AA. RGB value is (240,193,170). Sum of RGB (Red+Green+Blue) = 240+193+170=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C1AA is #0F3E55. Grayscale: #CCCCCC. Windows color (decimal): -998998 or 11190768. OLE color: 11190768.

HSL color Cylindrical-coordinate representation of color #F0C1AA: hue angle of 19.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0C1AA is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB240193170-
CMYK00.200.290.06
HSL19.71º70%80.39%-
HSV(B)19.71º29.17%94.12%-
XYZ62.2659.5746.25-
YUV204.43108.57153.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=39.80%
G=32.01%
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.06
SystemRedGreenBlueCMYKHSL
Decimal24019317000.200.290.0619.717080.39
HexF0C1AA0141D6144650
Octal36030125202435624106120
Binary111100001100000110101010010100111011101010010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1AA; }

 p { color: rgb(240,193,170); }

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

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

 a { background-color: rgb(240,193,170); }

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

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

 span { border-color: rgb(240,193,170); }

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