#F3C5AD

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

Shades of Zinnwaldite #F3C5AD

Tints of Zinnwaldite #F3C5AD

Color information

#F3C5AD (or 0xF3C5AD) is unknown color: approx Zinnwaldite. HEX triplet: F3, C5 and AD. RGB value is (243,197,173). Sum of RGB (Red+Green+Blue) = 243+197+173=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C5AD is #0C3A52. Grayscale: #D0D0D0. Windows color (decimal): -801363 or 11388403. OLE color: 11388403.

HSL color Cylindrical-coordinate representation of color #F3C5AD: hue angle of 20.57º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3C5AD is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB243197173-
CMYK00.190.290.05
HSL20.57º74.47%81.57%-
HSV(B)20.57º28.81%95.29%-
XYZ64.476248.11-
YUV208.02108.24152.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.64%
GREEN value IS 197 (77.34% from 255) = 32.14%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=39.64%
G=32.14%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319717300.190.290.0520.5774.4781.57
HexF3C5AD0131D5154a52
Octal36330525502335525112122
Binary111100111100010110101101010011111011011010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C5AD; }

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

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

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

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

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

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

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

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