#F0DE9C

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

Shades of Splash #F0DE9C

Tints of Splash #F0DE9C

Color information

#F0DE9C (or 0xF0DE9C) is unknown color: approx Splash. HEX triplet: F0, DE and 9C. RGB value is (240,222,156). Sum of RGB (Red+Green+Blue) = 240+222+156=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DE9C is #0F2163. Grayscale: #DCDCDC. Windows color (decimal): -991588 or 10280688. OLE color: 10280688.

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

Color convert

RGB240222156-
CMYK00.080.350.06
HSL47.14º73.68%77.65%-
HSV(B)47.14º35%94.12%-
XYZ68.0673.1741.99-
YUV219.8691.96142.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 156 (61.33% from 255) = 25.24%
R=38.83%
G=35.92%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022215600.080.350.0647.1473.6877.65
HexF0DE9C082362f4a4e
Octal36033623401043657112116
Binary1111000011011110100111000100010001111010111110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DE9C; }

 p { color: rgb(240,222,156); }

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

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

 a { background-color: rgb(240,222,156); }

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

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

 span { border-color: rgb(240,222,156); }

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