#F2C0B1

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

Shades of Zinnwaldite #F2C0B1

Tints of Zinnwaldite #F2C0B1

Color information

#F2C0B1 (or 0xF2C0B1) is unknown color: approx Zinnwaldite. HEX triplet: F2, C0 and B1. RGB value is (242,192,177). Sum of RGB (Red+Green+Blue) = 242+192+177=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C0B1 is #0D3F4E. Grayscale: #CDCDCD. Windows color (decimal): -868175 or 11649266. OLE color: 11649266.

HSL color Cylindrical-coordinate representation of color #F2C0B1: hue angle of 13.85º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2C0B1 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB242192177-
CMYK00.210.270.05
HSL13.85º71.43%82.16%-
HSV(B)13.85º26.86%94.9%-
XYZ63.459.7549.79-
YUV205.24112.06154.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 192 (75.39% from 255) = 31.42%
BLUE value IS 177 (69.53% from 255) = 28.97%
R=39.61%
G=31.42%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219217700.210.270.0513.8571.4382.16
HexF2C0B10151B5e4752
Octal36230026102533516107122
Binary11110010110000001011000101010111011101111010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C0B1; }

 p { color: rgb(242,192,177); }

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

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

 a { background-color: rgb(242,192,177); }

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

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

 span { border-color: rgb(242,192,177); }

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