#F4BFA7

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

Shades of Zinnwaldite #F4BFA7

Tints of Zinnwaldite #F4BFA7

Color information

#F4BFA7 (or 0xF4BFA7) is unknown color: approx Zinnwaldite. HEX triplet: F4, BF and A7. RGB value is (244,191,167). Sum of RGB (Red+Green+Blue) = 244+191+167=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BFA7 is #0B4058. Grayscale: #CCCCCC. Windows color (decimal): -737369 or 10993652. OLE color: 10993652.

HSL color Cylindrical-coordinate representation of color #F4BFA7: hue angle of 18.7º degrees, saturation: 0.78, 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 #F4BFA7 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB244191167-
CMYK00.220.320.04
HSL18.7º77.78%80.59%-
HSV(B)18.7º31.56%95.69%-
XYZ62.9159.2844.69-
YUV204.11107.06156.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.53%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 167 (65.62% from 255) = 27.74%
R=40.53%
G=31.73%
B=27.74%

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
Decimal24419116700.220.320.0418.777.7880.59
HexF4BFA7016204134e51
Octal36427724702640423116121
Binary1111010010111111101001110101101000001001001110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BFA7; }

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

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

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

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

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

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

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

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