#F1BEAD

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

Shades of Zinnwaldite #F1BEAD

Tints of Zinnwaldite #F1BEAD

Color information

#F1BEAD (or 0xF1BEAD) is unknown color: approx Zinnwaldite. HEX triplet: F1, BE and AD. RGB value is (241,190,173). Sum of RGB (Red+Green+Blue) = 241+190+173=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BEAD is #0E4152. Grayscale: #CBCBCB. Windows color (decimal): -934227 or 11386609. OLE color: 11386609.

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

Color convert

RGB241190173-
CMYK00.210.280.05
HSL15º70.83%81.18%-
HSV(B)15º28.22%94.51%-
XYZ62.2358.5447.56-
YUV203.31110.9154.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=39.90%
G=31.46%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119017300.210.280.051570.8381.18
HexF1BEAD0151C5f4751
Octal36127625502534517107121
Binary11110001101111101010110101010111100101111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEAD; }

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

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

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

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

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

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

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

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