#F0BFA7

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

Shades of Zinnwaldite #F0BFA7

Tints of Zinnwaldite #F0BFA7

Color information

#F0BFA7 (or 0xF0BFA7) is unknown color: approx Zinnwaldite. HEX triplet: F0, BF and A7. RGB value is (240,191,167). Sum of RGB (Red+Green+Blue) = 240+191+167=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 167 (65.62% from 255 or 27.93% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BFA7 is #0F4058. Grayscale: #CBCBCB. Windows color (decimal): -999513 or 10993648. OLE color: 10993648.

HSL color Cylindrical-coordinate representation of color #F0BFA7: hue angle of 19.73º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0BFA7 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB240191167-
CMYK00.200.300.06
HSL19.73º70.87%79.8%-
HSV(B)19.73º30.42%94.12%-
XYZ61.5458.5844.62-
YUV202.92107.73154.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.13%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 167 (65.62% from 255) = 27.93%
R=40.13%
G=31.94%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019116700.200.300.0619.7370.8779.8
HexF0BFA70141E6144750
Octal36027724702436624107120
Binary111100001011111110100111010100111101101010010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFA7; }

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

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

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

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

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

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

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

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