#F1C3AB

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

Shades of Zinnwaldite #F1C3AB

Tints of Zinnwaldite #F1C3AB

Color information

#F1C3AB (or 0xF1C3AB) is unknown color: approx Zinnwaldite. HEX triplet: F1, C3 and AB. RGB value is (241,195,171). Sum of RGB (Red+Green+Blue) = 241+195+171=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C3AB is #0E3C54. Grayscale: #CECECE. Windows color (decimal): -932949 or 11256817. OLE color: 11256817.

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

Color convert

RGB241195171-
CMYK00.190.290.05
HSL20.57º71.43%80.78%-
HSV(B)20.57º29.05%94.51%-
XYZ63.1460.6746.91-
YUV206.02108.24152.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 195 (76.56% from 255) = 32.13%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=39.70%
G=32.13%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119517100.190.290.0520.5771.4380.78
HexF1C3AB0131D5154751
Octal36130325302335525107121
Binary111100011100001110101011010011111011011010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3AB; }

 p { color: rgb(241,195,171); }

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

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

 a { background-color: rgb(241,195,171); }

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

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

 span { border-color: rgb(241,195,171); }

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