#F1BFA6

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

Shades of Zinnwaldite #F1BFA6

Tints of Zinnwaldite #F1BFA6

Color information

#F1BFA6 (or 0xF1BFA6) is unknown color: approx Zinnwaldite. HEX triplet: F1, BF and A6. RGB value is (241,191,166). Sum of RGB (Red+Green+Blue) = 241+191+166=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 166 (65.23% from 255 or 27.76% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BFA6 is #0E4059. Grayscale: #CBCBCB. Windows color (decimal): -933978 or 10928113. OLE color: 10928113.

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

Color convert

RGB241191166-
CMYK00.210.310.05
HSL20º72.82%79.8%-
HSV(B)20º31.12%94.51%-
XYZ61.7958.7244.15-
YUV203.1107.06155.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 166 (65.23% from 255) = 27.76%
R=40.30%
G=31.94%
B=27.76%

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
Decimal24119116600.210.310.052072.8279.8
HexF1BFA60151F5144950
Octal36127724602537524111120
Binary111100011011111110100110010101111111011010010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFA6; }

 p { color: rgb(241,191,166); }

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

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

 a { background-color: rgb(241,191,166); }

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

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

 span { border-color: rgb(241,191,166); }

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