#F4BEAC

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

Shades of Zinnwaldite #F4BEAC

Tints of Zinnwaldite #F4BEAC

Color information

#F4BEAC (or 0xF4BEAC) is unknown color: approx Zinnwaldite. HEX triplet: F4, BE and AC. RGB value is (244,190,172). Sum of RGB (Red+Green+Blue) = 244+190+172=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BEAC is #0B4153. Grayscale: #CCCCCC. Windows color (decimal): -737620 or 11321076. OLE color: 11321076.

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

Color convert

RGB244190172-
CMYK00.220.300.04
HSL15º76.6%81.57%-
HSV(B)15º29.51%95.69%-
XYZ63.1759.0447.1-
YUV204.09109.89156.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.26%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 172 (67.58% from 255) = 28.38%
R=40.26%
G=31.35%
B=28.38%

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
Decimal24419017200.220.300.041576.681.57
HexF4BEAC0161E4f4d52
Octal36427625402636417115122
Binary11110100101111101010110001011011110100111110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BEAC; }

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

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

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

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

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

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

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

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