#F0C2AB

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

Shades of Zinnwaldite #F0C2AB

Tints of Zinnwaldite #F0C2AB

Color information

#F0C2AB (or 0xF0C2AB) is unknown color: approx Zinnwaldite. HEX triplet: F0, C2 and AB. RGB value is (240,194,171). Sum of RGB (Red+Green+Blue) = 240+194+171=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C2AB is #0F3D54. Grayscale: #CDCDCD. Windows color (decimal): -998741 or 11256560. OLE color: 11256560.

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

Color convert

RGB240194171-
CMYK00.190.290.06
HSL20º69.7%80.59%-
HSV(B)20º28.75%94.12%-
XYZ62.5860.0546.82-
YUV205.13108.74152.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 194 (76.17% from 255) = 32.07%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=39.67%
G=32.07%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019417100.190.290.062069.780.59
HexF0C2AB0131D6144651
Octal36030225302335624106121
Binary111100001100001010101011010011111011101010010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C2AB; }

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

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

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

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

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

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

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

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