#F0BEAD

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

Shades of Zinnwaldite #F0BEAD

Tints of Zinnwaldite #F0BEAD

Color information

#F0BEAD (or 0xF0BEAD) is unknown color: approx Zinnwaldite. HEX triplet: F0, BE and AD. RGB value is (240,190,173). Sum of RGB (Red+Green+Blue) = 240+190+173=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BEAD is #0F4152. Grayscale: #CBCBCB. Windows color (decimal): -999763 or 11386608. OLE color: 11386608.

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

Color convert

RGB240190173-
CMYK00.210.280.06
HSL15.22º69.07%80.98%-
HSV(B)15.22º27.92%94.12%-
XYZ61.8958.3747.54-
YUV203.01111.06154.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 173 (67.97% from 255) = 28.69%
R=39.80%
G=31.51%
B=28.69%

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
Decimal24019017300.210.280.0615.2269.0780.98
HexF0BEAD0151C6f4551
Octal36027625502534617105121
Binary11110000101111101010110101010111100110111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEAD; }

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

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

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

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

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

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

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

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