#F1BBAC

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

Shades of Zinnwaldite #F1BBAC

Tints of Zinnwaldite #F1BBAC

Color information

#F1BBAC (or 0xF1BBAC) is unknown color: approx Zinnwaldite. HEX triplet: F1, BB and AC. RGB value is (241,187,172). Sum of RGB (Red+Green+Blue) = 241+187+172=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BBAC is #0E4453. Grayscale: #C9C9C9. Windows color (decimal): -934996 or 11320305. OLE color: 11320305.

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

Color convert

RGB241187172-
CMYK00.220.290.05
HSL13.04º71.13%80.98%-
HSV(B)13.04º28.63%94.51%-
XYZ61.4957.2246.83-
YUV201.44111.39156.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=40.17%
G=31.17%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118717200.220.290.0513.0471.1380.98
HexF1BBAC0161D5d4751
Octal36127325402635515107121
Binary11110001101110111010110001011011101101110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBAC; }

 p { color: rgb(241,187,172); }

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

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

 a { background-color: rgb(241,187,172); }

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

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

 span { border-color: rgb(241,187,172); }

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