#F0C4AB

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

Shades of Zinnwaldite #F0C4AB

Tints of Zinnwaldite #F0C4AB

Color information

#F0C4AB (or 0xF0C4AB) is unknown color: approx Zinnwaldite. HEX triplet: F0, C4 and AB. RGB value is (240,196,171). Sum of RGB (Red+Green+Blue) = 240+196+171=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C4AB is #0F3B54. Grayscale: #CECECE. Windows color (decimal): -998229 or 11257072. OLE color: 11257072.

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

Color convert

RGB240196171-
CMYK00.180.290.06
HSL21.74º69.7%80.59%-
HSV(B)21.74º28.75%94.12%-
XYZ63.0360.9546.97-
YUV206.31108.08152.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=39.54%
G=32.29%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019617100.180.290.0621.7469.780.59
HexF0C4AB0121D6164651
Octal36030425302235626106121
Binary111100001100010010101011010010111011101011010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C4AB; }

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

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

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

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

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

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

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

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