#F0D89E

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

Shades of Splash #F0D89E

Tints of Splash #F0D89E

Color information

#F0D89E (or 0xF0D89E) is unknown color: approx Splash. HEX triplet: F0, D8 and 9E. RGB value is (240,216,158). Sum of RGB (Red+Green+Blue) = 240+216+158=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D89E is #0F2761. Grayscale: #D8D8D8. Windows color (decimal): -993122 or 10410224. OLE color: 10410224.

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

Color convert

RGB240216158-
CMYK00.10.340.06
HSL42.44º73.21%78.04%-
HSV(B)42.44º34.17%94.12%-
XYZ66.6670.1142.37-
YUV216.5694.95144.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.09%
GREEN value IS 216 (84.77% from 255) = 35.18%
BLUE value IS 158 (62.11% from 255) = 25.73%
R=39.09%
G=35.18%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021615800.10.340.0642.4473.2178.04
HexF0D89E0A2262a494e
Octal36033023601242652111116
Binary1111000011011000100111100101010001011010101010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D89E; }

 p { color: rgb(240,216,158); }

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

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

 a { background-color: rgb(240,216,158); }

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

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

 span { border-color: rgb(240,216,158); }

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