#F1BEA7

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

Shades of Zinnwaldite #F1BEA7

Tints of Zinnwaldite #F1BEA7

Color information

#F1BEA7 (or 0xF1BEA7) is unknown color: approx Zinnwaldite. HEX triplet: F1, BE and A7. RGB value is (241,190,167). Sum of RGB (Red+Green+Blue) = 241+190+167=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 167 (65.62% from 255 or 27.93% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BEA7 is #0E4158. Grayscale: #CACACA. Windows color (decimal): -934233 or 10993393. OLE color: 10993393.

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

Color convert

RGB241190167-
CMYK00.210.310.05
HSL18.65º72.55%80%-
HSV(B)18.65º30.71%94.51%-
XYZ61.6658.3244.57-
YUV202.63107.9155.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 167 (65.62% from 255) = 27.93%
R=40.30%
G=31.77%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119016700.210.310.0518.6572.5580
HexF1BEA70151F5134950
Octal36127624702537523111120
Binary111100011011111010100111010101111111011001110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEA7; }

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

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

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

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

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

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

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

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