#F1BCAA

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

Shades of Zinnwaldite #F1BCAA

Tints of Zinnwaldite #F1BCAA

Color information

#F1BCAA (or 0xF1BCAA) is unknown color: approx Zinnwaldite. HEX triplet: F1, BC and AA. RGB value is (241,188,170). Sum of RGB (Red+Green+Blue) = 241+188+170=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BCAA is #0E4355. Grayscale: #C9C9C9. Windows color (decimal): -934742 or 11189489. OLE color: 11189489.

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

Color convert

RGB241188170-
CMYK00.220.290.05
HSL15.21º71.72%80.59%-
HSV(B)15.21º29.46%94.51%-
XYZ61.5157.5745.9-
YUV201.8110.06155.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=40.23%
G=31.39%
B=28.38%

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
Decimal24118817000.220.290.0515.2171.7280.59
HexF1BCAA0161D5f4851
Octal36127425202635517110121
Binary11110001101111001010101001011011101101111110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BCAA; }

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

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

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

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

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

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

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

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