#F0BEAC

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

Shades of Zinnwaldite #F0BEAC

Tints of Zinnwaldite #F0BEAC

Color information

#F0BEAC (or 0xF0BEAC) is unknown color: approx Zinnwaldite. HEX triplet: F0, BE and AC. RGB value is (240,190,172). Sum of RGB (Red+Green+Blue) = 240+190+172=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BEAC is #0F4153. Grayscale: #CBCBCB. Windows color (decimal): -999764 or 11321072. OLE color: 11321072.

HSL color Cylindrical-coordinate representation of color #F0BEAC: hue angle of 15.88º 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 #F0BEAC is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240190172-
CMYK00.210.280.06
HSL15.88º69.39%80.78%-
HSV(B)15.88º28.33%94.12%-
XYZ61.858.3347.03-
YUV202.9110.56154.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=39.87%
G=31.56%
B=28.57%

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
Decimal24019017200.210.280.0615.8869.3980.78
HexF0BEAC0151C6104551
Octal36027625402534620105121
Binary111100001011111010101100010101111001101000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEAC; }

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

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

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

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

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

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

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

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