#f2c4ac

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

Shades of Zinnwaldite #F2C4AC

Tints of Zinnwaldite #F2C4AC

Color information

#F2C4AC (or 0xF2C4AC) is unknown color: approx Zinnwaldite. HEX triplet: F2, C4 and AC. RGB value is (242,196,172). Sum of RGB (Red+Green+Blue) = 242+196+172=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C4AC is #0D3B53. Grayscale: #CFCFCF. Windows color (decimal): -867156 or 11322610. OLE color: 11322610.

HSL color Cylindrical-coordinate representation of color #F2C4AC: hue angle of 20.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2C4AC is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242196172-
CMYK00.190.290.05
HSL20.57º72.92%81.18%-
HSV(B)20.57º28.93%94.9%-
XYZ63.861.3447.51-
YUV207.02108.24152.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 196 (76.95% from 255) = 32.13%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=39.67%
G=32.13%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219617200.190.290.0520.5772.9281.18
HexF2C4AC0131D5154951
Octal36230425402335525111121
Binary111100101100010010101100010011111011011010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2c4ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2c4ac; }

 p { color: rgb(242,196,172); }

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

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

 a { background-color: rgb(242,196,172); }

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

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

 span { border-color: rgb(242,196,172); }

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