#F3C1AB

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

Shades of Zinnwaldite #F3C1AB

Tints of Zinnwaldite #F3C1AB

Color information

#F3C1AB (or 0xF3C1AB) is unknown color: approx Zinnwaldite. HEX triplet: F3, C1 and AB. RGB value is (243,193,171). Sum of RGB (Red+Green+Blue) = 243+193+171=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C1AB is #0C3E54. Grayscale: #CDCDCD. Windows color (decimal): -802389 or 11256307. OLE color: 11256307.

HSL color Cylindrical-coordinate representation of color #F3C1AB: hue angle of 18.33º degrees, saturation: 0.75, 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 #F3C1AB is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243193171-
CMYK00.210.300.05
HSL18.33º75%81.18%-
HSV(B)18.33º29.63%95.29%-
XYZ63.3860.1346.79-
YUV205.44108.56154.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.03%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=40.03%
G=31.80%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319317100.210.300.0518.337581.18
HexF3C1AB0151E5124b51
Octal36330125302536522113121
Binary111100111100000110101011010101111101011001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C1AB; }

 p { color: rgb(243,193,171); }

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

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

 a { background-color: rgb(243,193,171); }

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

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

 span { border-color: rgb(243,193,171); }

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