#F2CD96

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

Shades of Chamois #F2CD96

Tints of Chamois #F2CD96

Color information

#F2CD96 (or 0xF2CD96) is unknown color: approx Chamois. HEX triplet: F2, CD and 96. RGB value is (242,205,150). Sum of RGB (Red+Green+Blue) = 242+205+150=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CD96 is #0D3269. Grayscale: #D2D2D2. Windows color (decimal): -864874 or 9883122. OLE color: 9883122.

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

Color convert

RGB242205150-
CMYK00.150.380.05
HSL35.87º77.97%76.86%-
HSV(B)35.87º38.02%94.9%-
XYZ63.9564.7437.98-
YUV209.7994.26150.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 150 (58.98% from 255) = 25.13%
R=40.54%
G=34.34%
B=25.13%

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
Decimal24220515000.150.380.0535.8777.9776.86
HexF2CD960F265244e4d
Octal36231522601746544116115
Binary1111001011001101100101100111110011010110010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CD96; }

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

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

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

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

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

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

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

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