#F2C1AD

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

Shades of Zinnwaldite #F2C1AD

Tints of Zinnwaldite #F2C1AD

Color information

#F2C1AD (or 0xF2C1AD) is unknown color: approx Zinnwaldite. HEX triplet: F2, C1 and AD. RGB value is (242,193,173). Sum of RGB (Red+Green+Blue) = 242+193+173=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C1AD is #0D3E52. Grayscale: #CDCDCD. Windows color (decimal): -867923 or 11387378. OLE color: 11387378.

HSL color Cylindrical-coordinate representation of color #F2C1AD: hue angle of 17.39º 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 #F2C1AD is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242193173-
CMYK00.200.290.05
HSL17.39º72.63%81.37%-
HSV(B)17.39º28.51%94.9%-
XYZ63.2360.0347.79-
YUV205.37109.73154.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.80%
GREEN value IS 193 (75.78% from 255) = 31.74%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=39.80%
G=31.74%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219317300.200.290.0517.3972.6381.37
HexF2C1AD0141D5114951
Octal36230125502435521111121
Binary111100101100000110101101010100111011011000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C1AD; }

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

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

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

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

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

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

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

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