#F5C3AF

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

Shades of Zinnwaldite #F5C3AF

Tints of Zinnwaldite #F5C3AF

Color information

#F5C3AF (or 0xF5C3AF) is unknown color: approx Zinnwaldite. HEX triplet: F5, C3 and AF. RGB value is (245,195,175). Sum of RGB (Red+Green+Blue) = 245+195+175=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C3AF is #0A3C50. Grayscale: #CFCFCF. Windows color (decimal): -670801 or 11518965. OLE color: 11518965.

HSL color Cylindrical-coordinate representation of color #F5C3AF: hue angle of 17.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5C3AF is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245195175-
CMYK00.200.290.04
HSL17.14º77.78%82.35%-
HSV(B)17.14º28.57%96.08%-
XYZ64.9161.5449.01-
YUV207.67109.56154.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 195 (76.56% from 255) = 31.71%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=39.84%
G=31.71%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519517500.200.290.0417.1477.7882.35
HexF5C3AF0141D4114e52
Octal36530325702435421116122
Binary111101011100001110101111010100111011001000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C3AF; }

 p { color: rgb(245,195,175); }

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

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

 a { background-color: rgb(245,195,175); }

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

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

 span { border-color: rgb(245,195,175); }

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