#F3C0A4

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

Shades of Zinnwaldite #F3C0A4

Tints of Zinnwaldite #F3C0A4

Color information

#F3C0A4 (or 0xF3C0A4) is unknown color: approx Zinnwaldite. HEX triplet: F3, C0 and A4. RGB value is (243,192,164). Sum of RGB (Red+Green+Blue) = 243+192+164=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C0A4 is #0C3F5B. Grayscale: #CCCCCC. Windows color (decimal): -802652 or 10797299. OLE color: 10797299.

HSL color Cylindrical-coordinate representation of color #F3C0A4: hue angle of 21.27º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3C0A4 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB243192164-
CMYK00.210.330.05
HSL21.27º76.7%79.8%-
HSV(B)21.27º32.51%95.29%-
XYZ62.5159.4343.3-
YUV204.06105.4155.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.57%
GREEN value IS 192 (75.39% from 255) = 32.05%
BLUE value IS 164 (64.45% from 255) = 27.38%
R=40.57%
G=32.05%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319216400.210.330.0521.2776.779.8
HexF3C0A4015215154d50
Octal36330024402541525115120
Binary1111001111000000101001000101011000011011010110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C0A4; }

 p { color: rgb(243,192,164); }

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

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

 a { background-color: rgb(243,192,164); }

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

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

 span { border-color: rgb(243,192,164); }

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