#F1C4AA

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

Shades of Zinnwaldite #F1C4AA

Tints of Zinnwaldite #F1C4AA

Color information

#F1C4AA (or 0xF1C4AA) is unknown color: approx Zinnwaldite. HEX triplet: F1, C4 and AA. RGB value is (241,196,170). Sum of RGB (Red+Green+Blue) = 241+196+170=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C4AA is #0E3B55. Grayscale: #CECECE. Windows color (decimal): -932694 or 11191537. OLE color: 11191537.

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

Color convert

RGB241196170-
CMYK00.190.290.05
HSL21.97º71.72%80.59%-
HSV(B)21.97º29.46%94.51%-
XYZ63.2761.0846.49-
YUV206.49107.41152.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=39.70%
G=32.29%
B=28.01%

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
Decimal24119617000.190.290.0521.9771.7280.59
HexF1C4AA0131D5164851
Octal36130425202335526110121
Binary111100011100010010101010010011111011011011010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4AA; }

 p { color: rgb(241,196,170); }

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

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

 a { background-color: rgb(241,196,170); }

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

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

 span { border-color: rgb(241,196,170); }

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