#F2CC96

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

Shades of Chamois #F2CC96

Tints of Chamois #F2CC96

Color information

#F2CC96 (or 0xF2CC96) is unknown color: approx Chamois. HEX triplet: F2, CC and 96. RGB value is (242,204,150). Sum of RGB (Red+Green+Blue) = 242+204+150=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC96 is #0D3369. Grayscale: #D1D1D1. Windows color (decimal): -865130 or 9882866. OLE color: 9882866.

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

Color convert

RGB242204150-
CMYK00.160.380.05
HSL35.22º77.97%76.86%-
HSV(B)35.22º38.02%94.9%-
XYZ63.7264.2637.9-
YUV209.2194.59151.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 150 (58.98% from 255) = 25.17%
R=40.60%
G=34.23%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220415000.160.380.0535.2277.9776.86
HexF2CC96010265234e4d
Octal36231422602046543116115
Binary11110010110011001001011001000010011010110001110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC96; }

 p { color: rgb(242,204,150); }

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

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

 a { background-color: rgb(242,204,150); }

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

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

 span { border-color: rgb(242,204,150); }

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