#F0DD9B

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

Shades of Splash #F0DD9B

Tints of Splash #F0DD9B

Color information

#F0DD9B (or 0xF0DD9B) is unknown color: approx Splash. HEX triplet: F0, DD and 9B. RGB value is (240,221,155). Sum of RGB (Red+Green+Blue) = 240+221+155=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 155 (60.94% from 255 or 25.16% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DD9B is #0F2264. Grayscale: #DBDBDB. Windows color (decimal): -991845 or 10214896. OLE color: 10214896.

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

Color convert

RGB240221155-
CMYK00.080.350.06
HSL46.59º73.91%77.45%-
HSV(B)46.59º35.42%94.12%-
XYZ67.7172.641.46-
YUV219.1691.79142.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 155 (60.94% from 255) = 25.16%
R=38.96%
G=35.88%
B=25.16%

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
Decimal24022115500.080.350.0646.5973.9177.45
HexF0DD9B082362f4a4d
Octal36033523301043657112115
Binary1111000011011101100110110100010001111010111110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DD9B; }

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

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

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

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

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

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

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

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