#F2BCAC

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

Shades of Zinnwaldite #F2BCAC

Tints of Zinnwaldite #F2BCAC

Color information

#F2BCAC (or 0xF2BCAC) is unknown color: approx Zinnwaldite. HEX triplet: F2, BC and AC. RGB value is (242,188,172). Sum of RGB (Red+Green+Blue) = 242+188+172=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BCAC is #0D4353. Grayscale: #CACACA. Windows color (decimal): -869204 or 11320562. OLE color: 11320562.

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

Color convert

RGB242188172-
CMYK00.220.290.05
HSL13.71º72.92%81.18%-
HSV(B)13.71º28.93%94.9%-
XYZ62.0557.8246.92-
YUV202.32110.89156.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.20%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=40.20%
G=31.23%
B=28.57%

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
Decimal24218817200.220.290.0513.7172.9281.18
HexF2BCAC0161D5e4951
Octal36227425402635516111121
Binary11110010101111001010110001011011101101111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCAC; }

 p { color: rgb(242,188,172); }

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

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

 a { background-color: rgb(242,188,172); }

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

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

 span { border-color: rgb(242,188,172); }

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