#F0BFB0

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

Shades of Zinnwaldite #F0BFB0

Tints of Zinnwaldite #F0BFB0

Color information

#F0BFB0 (or 0xF0BFB0) is unknown color: approx Zinnwaldite. HEX triplet: F0, BF and B0. RGB value is (240,191,176). Sum of RGB (Red+Green+Blue) = 240+191+176=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BFB0 is #0F404F. Grayscale: #CCCCCC. Windows color (decimal): -999504 or 11583472. OLE color: 11583472.

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

Color convert

RGB240191176-
CMYK00.200.270.06
HSL14.06º68.09%81.57%-
HSV(B)14.06º26.67%94.12%-
XYZ62.458.9249.16-
YUV203.94112.23153.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 176 (69.14% from 255) = 29.00%
R=39.54%
G=31.47%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019117600.200.270.0614.0668.0981.57
HexF0BFB00141B6e4452
Octal36027726002433616104122
Binary11110000101111111011000001010011011110111010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFB0; }

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

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

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

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

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

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

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

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