#F0BEAA

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

Shades of Zinnwaldite #F0BEAA

Tints of Zinnwaldite #F0BEAA

Color information

#F0BEAA (or 0xF0BEAA) is unknown color: approx Zinnwaldite. HEX triplet: F0, BE and AA. RGB value is (240,190,170). Sum of RGB (Red+Green+Blue) = 240+190+170=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BEAA is #0F4155. Grayscale: #CACACA. Windows color (decimal): -999766 or 11190000. OLE color: 11190000.

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

Color convert

RGB240190170-
CMYK00.210.290.06
HSL17.14º70%80.39%-
HSV(B)17.14º29.17%94.12%-
XYZ61.658.2546.03-
YUV202.67109.56154.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 170 (66.80% from 255) = 28.33%
R=40%
G=31.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019017000.210.290.0617.147080.39
HexF0BEAA0151D6114650
Octal36027625202535621106120
Binary111100001011111010101010010101111011101000110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEAA; }

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

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

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

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

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

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

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

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