#F5C4AF

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

Shades of Zinnwaldite #F5C4AF

Tints of Zinnwaldite #F5C4AF

Color information

#F5C4AF (or 0xF5C4AF) is unknown color: approx Zinnwaldite. HEX triplet: F5, C4 and AF. RGB value is (245,196,175). Sum of RGB (Red+Green+Blue) = 245+196+175=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C4AF is #0A3B50. Grayscale: #D0D0D0. Windows color (decimal): -670545 or 11519221. OLE color: 11519221.

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

Color convert

RGB245196175-
CMYK00.20.290.04
HSL18º77.78%82.35%-
HSV(B)18º28.57%96.08%-
XYZ65.1361.9949.09-
YUV208.26109.23154.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 196 (76.95% from 255) = 31.82%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=39.77%
G=31.82%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519617500.20.290.041877.7882.35
HexF5C4AF0141D4124e52
Octal36530425702435422116122
Binary111101011100010010101111010100111011001001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C4AF; }

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

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

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

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

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

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

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

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