#F3BEAE

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

Shades of Zinnwaldite #F3BEAE

Tints of Zinnwaldite #F3BEAE

Color information

#F3BEAE (or 0xF3BEAE) is unknown color: approx Zinnwaldite. HEX triplet: F3, BE and AE. RGB value is (243,190,174). Sum of RGB (Red+Green+Blue) = 243+190+174=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BEAE is #0C4151. Grayscale: #CCCCCC. Windows color (decimal): -803154 or 11452147. OLE color: 11452147.

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

Color convert

RGB243190174-
CMYK00.220.280.05
HSL13.91º74.19%81.76%-
HSV(B)13.91º28.4%95.29%-
XYZ63.0258.9448.1-
YUV204.02111.06155.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.03%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=40.03%
G=31.30%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319017400.220.280.0513.9174.1981.76
HexF3BEAE0161C5e4a52
Octal36327625602634516112122
Binary11110011101111101010111001011011100101111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BEAE; }

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

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

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

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

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

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

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

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