#F0C1AE

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

Shades of Zinnwaldite #F0C1AE

Tints of Zinnwaldite #F0C1AE

Color information

#F0C1AE (or 0xF0C1AE) is unknown color: approx Zinnwaldite. HEX triplet: F0, C1 and AE. RGB value is (240,193,174). Sum of RGB (Red+Green+Blue) = 240+193+174=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C1AE is #0F3E51. Grayscale: #CDCDCD. Windows color (decimal): -998994 or 11452912. OLE color: 11452912.

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

Color convert

RGB240193174-
CMYK00.200.280.06
HSL17.27º68.75%81.18%-
HSV(B)17.27º27.5%94.12%-
XYZ62.6559.7248.27-
YUV204.89110.57153.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=39.54%
G=31.80%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019317400.200.280.0617.2768.7581.18
HexF0C1AE0141C6114551
Octal36030125602434621105121
Binary111100001100000110101110010100111001101000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1AE; }

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

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

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

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

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

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

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

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