#F1C990

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

Shades of Chamois #F1C990

Tints of Chamois #F1C990

Color information

#F1C990 (or 0xF1C990) is unknown color: approx Chamois. HEX triplet: F1, C9 and 90. RGB value is (241,201,144). Sum of RGB (Red+Green+Blue) = 241+201+144=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C990 is #0E366F. Grayscale: #CECECE. Windows color (decimal): -931440 or 9488881. OLE color: 9488881.

HSL color Cylindrical-coordinate representation of color #F1C990: hue angle of 35.26º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1C990 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241201144-
CMYK00.170.400.05
HSL35.26º77.6%75.49%-
HSV(B)35.26º40.25%94.51%-
XYZ62.262.4935.17-
YUV206.4692.75152.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 201 (78.91% from 255) = 34.30%
BLUE value IS 144 (56.64% from 255) = 24.57%
R=41.13%
G=34.30%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120114400.170.400.0535.2677.675.49
HexF1C990011285234e4b
Octal36131122002150543116113
Binary11110001110010011001000001000110100010110001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C990; }

 p { color: rgb(241,201,144); }

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

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

 a { background-color: rgb(241,201,144); }

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

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

 span { border-color: rgb(241,201,144); }

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