#F0C2AF

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

Shades of Zinnwaldite #F0C2AF

Tints of Zinnwaldite #F0C2AF

Color information

#F0C2AF (or 0xF0C2AF) is unknown color: approx Zinnwaldite. HEX triplet: F0, C2 and AF. RGB value is (240,194,175). Sum of RGB (Red+Green+Blue) = 240+194+175=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C2AF is #0F3D50. Grayscale: #CDCDCD. Windows color (decimal): -998737 or 11518704. OLE color: 11518704.

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

Color convert

RGB240194175-
CMYK00.190.270.06
HSL17.54º68.42%81.37%-
HSV(B)17.54º27.08%94.12%-
XYZ62.9660.248.86-
YUV205.59110.74152.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.41%
GREEN value IS 194 (76.17% from 255) = 31.86%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=39.41%
G=31.86%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019417500.190.270.0617.5468.4281.37
HexF0C2AF0131B6124451
Octal36030225702333622104121
Binary111100001100001010101111010011110111101001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C2AF; }

 p { color: rgb(240,194,175); }

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

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

 a { background-color: rgb(240,194,175); }

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

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

 span { border-color: rgb(240,194,175); }

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