#F3C2B4

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

Shades of Zinnwaldite #F3C2B4

Tints of Zinnwaldite #F3C2B4

Color information

#F3C2B4 (or 0xF3C2B4) is unknown color: approx Zinnwaldite. HEX triplet: F3, C2 and B4. RGB value is (243,194,180). Sum of RGB (Red+Green+Blue) = 243+194+180=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2B4 is #0C3D4B. Grayscale: #CFCFCF. Windows color (decimal): -802124 or 11846387. OLE color: 11846387.

HSL color Cylindrical-coordinate representation of color #F3C2B4: hue angle of 13.33º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3C2B4 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB243194180-
CMYK00.200.260.05
HSL13.33º72.41%82.94%-
HSV(B)13.33º25.93%95.29%-
XYZ64.4960.9351.54-
YUV207.06112.73153.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.38%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 180 (70.70% from 255) = 29.17%
R=39.38%
G=31.44%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319418000.200.260.0513.3372.4182.94
HexF3C2B40141A5d4853
Octal36330226402432515110123
Binary11110011110000101011010001010011010101110110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C2B4; }

 p { color: rgb(243,194,180); }

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

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

 a { background-color: rgb(243,194,180); }

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

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

 span { border-color: rgb(243,194,180); }

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