#F0BEAE

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

Shades of Zinnwaldite #F0BEAE

Tints of Zinnwaldite #F0BEAE

Color information

#F0BEAE (or 0xF0BEAE) is unknown color: approx Zinnwaldite. HEX triplet: F0, BE and AE. RGB value is (240,190,174). Sum of RGB (Red+Green+Blue) = 240+190+174=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BEAE is #0F4151. Grayscale: #CBCBCB. Windows color (decimal): -999762 or 11452144. OLE color: 11452144.

HSL color Cylindrical-coordinate representation of color #F0BEAE: hue angle of 14.55º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0BEAE is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240190174-
CMYK00.210.280.06
HSL14.55º68.75%81.18%-
HSV(B)14.55º27.5%94.12%-
XYZ61.9958.4148.05-
YUV203.13111.56154.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=39.74%
G=31.46%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019017400.210.280.0614.5568.7581.18
HexF0BEAE0151C6f4551
Octal36027625602534617105121
Binary11110000101111101010111001010111100110111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEAE; }

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

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

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

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

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

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

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

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