#F3C4AD

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

Shades of Zinnwaldite #F3C4AD

Tints of Zinnwaldite #F3C4AD

Color information

#F3C4AD (or 0xF3C4AD) is unknown color: approx Zinnwaldite. HEX triplet: F3, C4 and AD. RGB value is (243,196,173). Sum of RGB (Red+Green+Blue) = 243+196+173=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C4AD is #0C3B52. Grayscale: #CFCFCF. Windows color (decimal): -801619 or 11388147. OLE color: 11388147.

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

Color convert

RGB243196173-
CMYK00.190.290.05
HSL19.71º74.47%81.57%-
HSV(B)19.71º28.81%95.29%-
XYZ64.2461.5548.03-
YUV207.43108.57153.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.71%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=39.71%
G=32.03%
B=28.27%

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
Decimal24319617300.190.290.0519.7174.4781.57
HexF3C4AD0131D5144a52
Octal36330425502335524112122
Binary111100111100010010101101010011111011011010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C4AD; }

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

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

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

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

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

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

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

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