#F0CE9B

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

Shades of Chamois #F0CE9B

Tints of Chamois #F0CE9B

Color information

#F0CE9B (or 0xF0CE9B) is unknown color: approx Chamois. HEX triplet: F0, CE and 9B. RGB value is (240,206,155). Sum of RGB (Red+Green+Blue) = 240+206+155=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CE9B is #0F3164. Grayscale: #D2D2D2. Windows color (decimal): -995685 or 10211056. OLE color: 10211056.

HSL color Cylindrical-coordinate representation of color #F0CE9B: hue angle of 36º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0CE9B is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240206155-
CMYK00.140.350.06
HSL36º73.91%77.45%-
HSV(B)36º35.42%94.12%-
XYZ63.9265.0340.19-
YUV210.3596.76149.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 155 (60.94% from 255) = 25.79%
R=39.93%
G=34.28%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020615500.140.350.063673.9177.45
HexF0CE9B0E236244a4d
Octal36031623301643644112115
Binary1111000011001110100110110111010001111010010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CE9B; }

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

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

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

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

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

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

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

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