#F1D195

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

Shades of Chamois #F1D195

Tints of Chamois #F1D195

Color information

#F1D195 (or 0xF1D195) is unknown color: approx Chamois. HEX triplet: F1, D1 and 95. RGB value is (241,209,149). Sum of RGB (Red+Green+Blue) = 241+209+149=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D195 is #0E2E6A. Grayscale: #D4D4D4. Windows color (decimal): -929387 or 9818609. OLE color: 9818609.

HSL color Cylindrical-coordinate representation of color #F1D195: hue angle of 39.13º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1D195 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241209149-
CMYK00.130.380.05
HSL39.13º76.67%76.47%-
HSV(B)39.13º38.17%94.51%-
XYZ64.566.4737.86-
YUV211.7392.6148.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 209 (82.03% from 255) = 34.89%
BLUE value IS 149 (58.59% from 255) = 24.87%
R=40.23%
G=34.89%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120914900.130.380.0539.1376.6776.47
HexF1D1950D265274d4c
Octal36132122501546547115114
Binary1111000111010001100101010110110011010110011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D195; }

 p { color: rgb(241,209,149); }

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

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

 a { background-color: rgb(241,209,149); }

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

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

 span { border-color: rgb(241,209,149); }

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