#F4BFAC

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

Shades of Zinnwaldite #F4BFAC

Tints of Zinnwaldite #F4BFAC

Color information

#F4BFAC (or 0xF4BFAC) is unknown color: approx Zinnwaldite. HEX triplet: F4, BF and AC. RGB value is (244,191,172). Sum of RGB (Red+Green+Blue) = 244+191+172=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BFAC is #0B4053. Grayscale: #CCCCCC. Windows color (decimal): -737364 or 11321332. OLE color: 11321332.

HSL color Cylindrical-coordinate representation of color #F4BFAC: hue angle of 15.83º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4BFAC is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244191172-
CMYK00.220.300.04
HSL15.83º76.6%81.57%-
HSV(B)15.83º29.51%95.69%-
XYZ63.3959.4747.17-
YUV204.68109.56156.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.20%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=40.20%
G=31.47%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419117200.220.300.0415.8376.681.57
HexF4BFAC0161E4104d52
Octal36427725402636420115122
Binary111101001011111110101100010110111101001000010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BFAC; }

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

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

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

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

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

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

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

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