#F1CD96

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

Shades of Chamois #F1CD96

Tints of Chamois #F1CD96

Color information

#F1CD96 (or 0xF1CD96) is unknown color: approx Chamois. HEX triplet: F1, CD and 96. RGB value is (241,205,150). Sum of RGB (Red+Green+Blue) = 241+205+150=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CD96 is #0E3269. Grayscale: #D1D1D1. Windows color (decimal): -930410 or 9883121. OLE color: 9883121.

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

Color convert

RGB241205150-
CMYK00.150.380.05
HSL36.26º76.47%76.67%-
HSV(B)36.26º37.76%94.51%-
XYZ63.6164.5737.96-
YUV209.4994.43150.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 150 (58.98% from 255) = 25.17%
R=40.44%
G=34.40%
B=25.17%

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
Decimal24120515000.150.380.0536.2676.4776.67
HexF1CD960F265244c4d
Octal36131522601746544114115
Binary1111000111001101100101100111110011010110010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD96; }

 p { color: rgb(241,205,150); }

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

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

 a { background-color: rgb(241,205,150); }

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

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

 span { border-color: rgb(241,205,150); }

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