#F0C5AD

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

Shades of Zinnwaldite #F0C5AD

Tints of Zinnwaldite #F0C5AD

Color information

#F0C5AD (or 0xF0C5AD) is unknown color: approx Zinnwaldite. HEX triplet: F0, C5 and AD. RGB value is (240,197,173). Sum of RGB (Red+Green+Blue) = 240+197+173=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C5AD is #0F3A52. Grayscale: #CFCFCF. Windows color (decimal): -997971 or 11388400. OLE color: 11388400.

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

Color convert

RGB240197173-
CMYK00.180.280.06
HSL21.49º69.07%80.98%-
HSV(B)21.49º27.92%94.12%-
XYZ63.4461.4748.06-
YUV207.12108.75151.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 197 (77.34% from 255) = 32.30%
BLUE value IS 173 (67.97% from 255) = 28.36%
R=39.34%
G=32.30%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019717300.180.280.0621.4969.0780.98
HexF0C5AD0121C6154551
Octal36030525502234625105121
Binary111100001100010110101101010010111001101010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C5AD; }

 p { color: rgb(240,197,173); }

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

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

 a { background-color: rgb(240,197,173); }

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

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

 span { border-color: rgb(240,197,173); }

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