#F1C0AD

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

Shades of Zinnwaldite #F1C0AD

Tints of Zinnwaldite #F1C0AD

Color information

#F1C0AD (or 0xF1C0AD) is unknown color: approx Zinnwaldite. HEX triplet: F1, C0 and AD. RGB value is (241,192,173). Sum of RGB (Red+Green+Blue) = 241+192+173=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C0AD is #0E3F52. Grayscale: #CCCCCC. Windows color (decimal): -933715 or 11387121. OLE color: 11387121.

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

Color convert

RGB241192173-
CMYK00.200.280.05
HSL16.76º70.83%81.18%-
HSV(B)16.76º28.22%94.51%-
XYZ62.6759.4247.7-
YUV204.48110.23154.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 192 (75.39% from 255) = 31.68%
BLUE value IS 173 (67.97% from 255) = 28.55%
R=39.77%
G=31.68%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119217300.200.280.0516.7670.8381.18
HexF1C0AD0141C5114751
Octal36130025502434521107121
Binary111100011100000010101101010100111001011000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0AD; }

 p { color: rgb(241,192,173); }

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

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

 a { background-color: rgb(241,192,173); }

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

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

 span { border-color: rgb(241,192,173); }

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