#F0CD94

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

Shades of Chamois #F0CD94

Tints of Chamois #F0CD94

Color information

#F0CD94 (or 0xF0CD94) is unknown color: approx Chamois. HEX triplet: F0, CD and 94. RGB value is (240,205,148). Sum of RGB (Red+Green+Blue) = 240+205+148=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CD94 is #0F326B. Grayscale: #D1D1D1. Windows color (decimal): -995948 or 9752048. OLE color: 9752048.

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

Color convert

RGB240205148-
CMYK00.150.380.06
HSL37.17º75.41%76.08%-
HSV(B)37.17º38.33%94.12%-
XYZ63.1164.3337.11-
YUV208.9793.6150.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 148 (58.20% from 255) = 24.96%
R=40.47%
G=34.57%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020514800.150.380.0637.1775.4176.08
HexF0CD940F266254b4c
Octal36031522401746645113114
Binary1111000011001101100101000111110011011010010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CD94; }

 p { color: rgb(240,205,148); }

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

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

 a { background-color: rgb(240,205,148); }

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

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

 span { border-color: rgb(240,205,148); }

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