#F1BAAA

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

Shades of Zinnwaldite #F1BAAA

Tints of Zinnwaldite #F1BAAA

Color information

#F1BAAA (or 0xF1BAAA) is unknown color: approx Zinnwaldite. HEX triplet: F1, BA and AA. RGB value is (241,186,170). Sum of RGB (Red+Green+Blue) = 241+186+170=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BAAA is #0E4555. Grayscale: #C8C8C8. Windows color (decimal): -935254 or 11188977. OLE color: 11188977.

HSL color Cylindrical-coordinate representation of color #F1BAAA: hue angle of 13.52º degrees, saturation: 0.72, 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 #F1BAAA is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241186170-
CMYK00.230.290.05
HSL13.52º71.72%80.59%-
HSV(B)13.52º29.46%94.51%-
XYZ61.0956.7245.76-
YUV200.62110.72156.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=40.37%
G=31.16%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118617000.230.290.0513.5271.7280.59
HexF1BAAA0171D5e4851
Octal36127225202735516110121
Binary11110001101110101010101001011111101101111010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAAA; }

 p { color: rgb(241,186,170); }

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

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

 a { background-color: rgb(241,186,170); }

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

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

 span { border-color: rgb(241,186,170); }

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