#F2C1AA

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

Shades of Zinnwaldite #F2C1AA

Tints of Zinnwaldite #F2C1AA

Color information

#F2C1AA (or 0xF2C1AA) is unknown color: approx Zinnwaldite. HEX triplet: F2, C1 and AA. RGB value is (242,193,170). Sum of RGB (Red+Green+Blue) = 242+193+170=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C1AA is #0D3E55. Grayscale: #CDCDCD. Windows color (decimal): -867926 or 11190770. OLE color: 11190770.

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

Color convert

RGB242193170-
CMYK00.200.300.05
HSL19.17º73.47%80.78%-
HSV(B)19.17º29.75%94.9%-
XYZ62.9459.9246.28-
YUV205.03108.23154.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 170 (66.80% from 255) = 28.10%
R=40%
G=31.90%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219317000.200.300.0519.1773.4780.78
HexF2C1AA0141E5134951
Octal36230125202436523111121
Binary111100101100000110101010010100111101011001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C1AA; }

 p { color: rgb(242,193,170); }

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

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

 a { background-color: rgb(242,193,170); }

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

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

 span { border-color: rgb(242,193,170); }

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