#F1CC95

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

Shades of Chamois #F1CC95

Tints of Chamois #F1CC95

Color information

#F1CC95 (or 0xF1CC95) is unknown color: approx Chamois. HEX triplet: F1, CC and 95. RGB value is (241,204,149). Sum of RGB (Red+Green+Blue) = 241+204+149=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CC95 is #0E336A. Grayscale: #D1D1D1. Windows color (decimal): -930667 or 9817329. OLE color: 9817329.

HSL color Cylindrical-coordinate representation of color #F1CC95: hue angle of 35.87º 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 #F1CC95 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241204149-
CMYK00.150.380.05
HSL35.87º76.67%76.47%-
HSV(B)35.87º38.17%94.51%-
XYZ63.2964.0637.46-
YUV208.7994.26150.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 149 (58.59% from 255) = 25.08%
R=40.57%
G=34.34%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120414900.150.380.0535.8776.6776.47
HexF1CC950F265244d4c
Octal36131422501746544115114
Binary1111000111001100100101010111110011010110010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CC95; }

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

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

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

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

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

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

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

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