#F0CE96

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

Shades of Chamois #F0CE96

Tints of Chamois #F0CE96

Color information

#F0CE96 (or 0xF0CE96) is unknown color: approx Chamois. HEX triplet: F0, CE and 96. RGB value is (240,206,150). Sum of RGB (Red+Green+Blue) = 240+206+150=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CE96 is #0F3169. Grayscale: #D2D2D2. Windows color (decimal): -995690 or 9883376. OLE color: 9883376.

HSL color Cylindrical-coordinate representation of color #F0CE96: hue angle of 37.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0CE96 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240206150-
CMYK00.140.370.06
HSL37.33º75%76.47%-
HSV(B)37.33º37.5%94.12%-
XYZ63.5164.8738.03-
YUV209.7894.26149.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 150 (58.98% from 255) = 25.17%
R=40.27%
G=34.56%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020615000.140.370.0637.337576.47
HexF0CE960E256254b4c
Octal36031622601645645113114
Binary1111000011001110100101100111010010111010010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CE96; }

 p { color: rgb(240,206,150); }

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

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

 a { background-color: rgb(240,206,150); }

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

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

 span { border-color: rgb(240,206,150); }

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