#F0BFB1

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

Shades of Zinnwaldite #F0BFB1

Tints of Zinnwaldite #F0BFB1

Color information

#F0BFB1 (or 0xF0BFB1) is unknown color: approx Zinnwaldite. HEX triplet: F0, BF and B1. RGB value is (240,191,177). Sum of RGB (Red+Green+Blue) = 240+191+177=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BFB1 is #0F404E. Grayscale: #CCCCCC. Windows color (decimal): -999503 or 11649008. OLE color: 11649008.

HSL color Cylindrical-coordinate representation of color #F0BFB1: hue angle of 13.33º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0BFB1 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB240191177-
CMYK00.200.260.06
HSL13.33º67.74%81.76%-
HSV(B)13.33º26.25%94.12%-
XYZ62.558.9649.68-
YUV204.05112.73153.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 177 (69.53% from 255) = 29.11%
R=39.47%
G=31.41%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019117700.200.260.0613.3367.7481.76
HexF0BFB10141A6d4452
Octal36027726102432615104122
Binary11110000101111111011000101010011010110110110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFB1; }

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

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

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

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

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

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

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

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