#F0BEAB

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

Shades of Zinnwaldite #F0BEAB

Tints of Zinnwaldite #F0BEAB

Color information

#F0BEAB (or 0xF0BEAB) is unknown color: approx Zinnwaldite. HEX triplet: F0, BE and AB. RGB value is (240,190,171). Sum of RGB (Red+Green+Blue) = 240+190+171=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BEAB is #0F4154. Grayscale: #CACACA. Windows color (decimal): -999765 or 11255536. OLE color: 11255536.

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

Color convert

RGB240190171-
CMYK00.210.290.06
HSL16.52º69.7%80.59%-
HSV(B)16.52º28.75%94.12%-
XYZ61.758.2946.53-
YUV202.78110.06154.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=39.93%
G=31.61%
B=28.45%

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
Decimal24019017100.210.290.0616.5269.780.59
HexF0BEAB0151D6114651
Octal36027625302535621106121
Binary111100001011111010101011010101111011101000110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEAB; }

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

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

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

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

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

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

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

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