#f3c1a9

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

Shades of Zinnwaldite #F3C1A9

Tints of Zinnwaldite #F3C1A9

Color information

#F3C1A9 (or 0xF3C1A9) is unknown color: approx Zinnwaldite. HEX triplet: F3, C1 and A9. RGB value is (243,193,169). Sum of RGB (Red+Green+Blue) = 243+193+169=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C1A9 is #0C3E56. Grayscale: #CDCDCD. Windows color (decimal): -802391 or 11125235. OLE color: 11125235.

HSL color Cylindrical-coordinate representation of color #F3C1A9: hue angle of 19.46º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3C1A9 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243193169-
CMYK00.210.300.05
HSL19.46º75.51%80.78%-
HSV(B)19.46º30.45%95.29%-
XYZ63.1960.0645.8-
YUV205.21107.56154.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.17%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 169 (66.41% from 255) = 27.93%
R=40.17%
G=31.90%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319316900.210.300.0519.4675.5180.78
HexF3C1A90151E5134c51
Octal36330125102536523114121
Binary111100111100000110101001010101111101011001110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3c1a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3c1a9; }

 p { color: rgb(243,193,169); }

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

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

 a { background-color: rgb(243,193,169); }

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

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

 span { border-color: rgb(243,193,169); }

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