#F5BFA7

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

Shades of Zinnwaldite #F5BFA7

Tints of Zinnwaldite #F5BFA7

Color information

#F5BFA7 (or 0xF5BFA7) is unknown color: approx Zinnwaldite. HEX triplet: F5, BF and A7. RGB value is (245,191,167). Sum of RGB (Red+Green+Blue) = 245+191+167=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BFA7 is #0A4058. Grayscale: #CCCCCC. Windows color (decimal): -671833 or 10993653. OLE color: 10993653.

HSL color Cylindrical-coordinate representation of color #F5BFA7: hue angle of 18.46º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5BFA7 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB245191167-
CMYK00.220.320.04
HSL18.46º79.59%80.78%-
HSV(B)18.46º31.84%96.08%-
XYZ63.2659.4644.7-
YUV204.41106.89156.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 167 (65.62% from 255) = 27.69%
R=40.63%
G=31.67%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519116700.220.320.0418.4679.5980.78
HexF5BFA7016204125051
Octal36527724702640422120121
Binary1111010110111111101001110101101000001001001010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFA7; }

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

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

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

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

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

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

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

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