#F1CD94

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

Shades of Chamois #F1CD94

Tints of Chamois #F1CD94

Color information

#F1CD94 (or 0xF1CD94) is unknown color: approx Chamois. HEX triplet: F1, CD and 94. RGB value is (241,205,148). Sum of RGB (Red+Green+Blue) = 241+205+148=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CD94 is #0E326B. Grayscale: #D1D1D1. Windows color (decimal): -930412 or 9752049. OLE color: 9752049.

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

Color convert

RGB241205148-
CMYK00.150.390.05
HSL36.77º76.86%76.27%-
HSV(B)36.77º38.59%94.51%-
XYZ63.4564.537.12-
YUV209.2793.43150.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 148 (58.20% from 255) = 24.92%
R=40.57%
G=34.51%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120514800.150.390.0536.7776.8676.27
HexF1CD940F275254d4c
Octal36131522401747545115114
Binary1111000111001101100101000111110011110110010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD94; }

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

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

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

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

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

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

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

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