#F0C1AF

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

Shades of Zinnwaldite #F0C1AF

Tints of Zinnwaldite #F0C1AF

Color information

#F0C1AF (or 0xF0C1AF) is unknown color: approx Zinnwaldite. HEX triplet: F0, C1 and AF. RGB value is (240,193,175). Sum of RGB (Red+Green+Blue) = 240+193+175=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C1AF is #0F3E50. Grayscale: #CDCDCD. Windows color (decimal): -998993 or 11518448. OLE color: 11518448.

HSL color Cylindrical-coordinate representation of color #F0C1AF: hue angle of 16.62º 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 #F0C1AF is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240193175-
CMYK00.200.270.06
HSL16.62º68.42%81.37%-
HSV(B)16.62º27.08%94.12%-
XYZ62.7459.7648.79-
YUV205111.07152.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 193 (75.78% from 255) = 31.74%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=39.47%
G=31.74%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019317500.200.270.0616.6268.4281.37
HexF0C1AF0141B6114451
Octal36030125702433621104121
Binary111100001100000110101111010100110111101000110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1AF; }

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

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

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

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

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

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

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

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