#F3BEA9

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

Shades of Zinnwaldite #F3BEA9

Tints of Zinnwaldite #F3BEA9

Color information

#F3BEA9 (or 0xF3BEA9) is unknown color: approx Zinnwaldite. HEX triplet: F3, BE and A9. RGB value is (243,190,169). Sum of RGB (Red+Green+Blue) = 243+190+169=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BEA9 is #0C4156. Grayscale: #CBCBCB. Windows color (decimal): -803159 or 11124467. OLE color: 11124467.

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

Color convert

RGB243190169-
CMYK00.220.300.05
HSL17.03º75.51%80.78%-
HSV(B)17.03º30.45%95.29%-
XYZ62.5458.7545.58-
YUV203.45108.56156.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.37%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 169 (66.41% from 255) = 28.07%
R=40.37%
G=31.56%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319016900.220.300.0517.0375.5180.78
HexF3BEA90161E5114c51
Octal36327625102636521114121
Binary111100111011111010101001010110111101011000110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BEA9; }

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

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

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

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

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

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

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

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