#F2BFB1

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

Shades of Zinnwaldite #F2BFB1

Tints of Zinnwaldite #F2BFB1

Color information

#F2BFB1 (or 0xF2BFB1) is unknown color: approx Zinnwaldite. HEX triplet: F2, BF and B1. RGB value is (242,191,177). Sum of RGB (Red+Green+Blue) = 242+191+177=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BFB1 is #0D404E. Grayscale: #CCCCCC. Windows color (decimal): -868431 or 11649010. OLE color: 11649010.

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

Color convert

RGB242191177-
CMYK00.210.270.05
HSL12.92º71.43%82.16%-
HSV(B)12.92º26.86%94.9%-
XYZ63.1859.3149.71-
YUV204.65112.4154.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 177 (69.53% from 255) = 29.02%
R=39.67%
G=31.31%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219117700.210.270.0512.9271.4382.16
HexF2BFB10151B5d4752
Octal36227726102533515107122
Binary11110010101111111011000101010111011101110110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFB1; }

 p { color: rgb(242,191,177); }

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

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

 a { background-color: rgb(242,191,177); }

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

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

 span { border-color: rgb(242,191,177); }

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