#F8D89E

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

Shades of Splash #F8D89E

Tints of Splash #F8D89E

Color information

#F8D89E (or 0xF8D89E) is unknown color: approx Splash. HEX triplet: F8, D8 and 9E. RGB value is (248,216,158). Sum of RGB (Red+Green+Blue) = 248+216+158=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 158 (62.11% from 255 or 25.40% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D89E is #072761. Grayscale: #DBDBDB. Windows color (decimal): -468834 or 10410232. OLE color: 10410232.

HSL color Cylindrical-coordinate representation of color #F8D89E: hue angle of 38.67º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8D89E is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB248216158-
CMYK00.130.360.03
HSL38.67º86.54%79.61%-
HSV(B)38.67º36.29%97.25%-
XYZ69.4471.5442.5-
YUV218.9693.6148.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.87%
GREEN value IS 216 (84.77% from 255) = 34.73%
BLUE value IS 158 (62.11% from 255) = 25.40%
R=39.87%
G=34.73%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821615800.130.360.0338.6786.5479.61
HexF8D89E0D243275750
Octal37033023601544347127120
Binary111110001101100010011110011011001001110011110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D89E; }

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

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

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

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

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

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

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

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