#f2cb93

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

Shades of Chamois #F2CB93

Tints of Chamois #F2CB93

Color information

#F2CB93 (or 0xF2CB93) is unknown color: approx Chamois. HEX triplet: F2, CB and 93. RGB value is (242,203,147). Sum of RGB (Red+Green+Blue) = 242+203+147=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CB93 is #0D346C. Grayscale: #D0D0D0. Windows color (decimal): -865389 or 9686002. OLE color: 9686002.

HSL color Cylindrical-coordinate representation of color #F2CB93: hue angle of 35.37º degrees, saturation: 0.79, 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 #F2CB93 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB242203147-
CMYK00.160.390.05
HSL35.37º78.51%76.27%-
HSV(B)35.37º39.26%94.9%-
XYZ63.2463.736.57-
YUV208.2893.42152.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 147 (57.81% from 255) = 24.83%
R=40.88%
G=34.29%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220314700.160.390.0535.3778.5176.27
HexF2CB93010275234f4c
Octal36231322302047543117114
Binary11110010110010111001001101000010011110110001110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2cb93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2cb93; }

 p { color: rgb(242,203,147); }

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

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

 a { background-color: rgb(242,203,147); }

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

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

 span { border-color: rgb(242,203,147); }

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