#F0BFA5

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

Shades of Zinnwaldite #F0BFA5

Tints of Zinnwaldite #F0BFA5

Color information

#F0BFA5 (or 0xF0BFA5) is unknown color: approx Zinnwaldite. HEX triplet: F0, BF and A5. RGB value is (240,191,165). Sum of RGB (Red+Green+Blue) = 240+191+165=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BFA5 is #0F405A. Grayscale: #CACACA. Windows color (decimal): -999515 or 10862576. OLE color: 10862576.

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

Color convert

RGB240191165-
CMYK00.200.310.06
HSL20.8º71.43%79.41%-
HSV(B)20.8º31.25%94.12%-
XYZ61.3658.543.66-
YUV202.69106.73154.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 165 (64.84% from 255) = 27.68%
R=40.27%
G=32.05%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019116500.200.310.0620.871.4379.41
HexF0BFA50141F615474f
Octal36027724502437625107117
Binary111100001011111110100101010100111111101010110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFA5; }

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

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

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

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

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

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

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

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