#f8db9f

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

Shades of Splash #F8DB9F

Tints of Splash #F8DB9F

Color information

#F8DB9F (or 0xF8DB9F) is unknown color: approx Splash. HEX triplet: F8, DB and 9F. RGB value is (248,219,159). Sum of RGB (Red+Green+Blue) = 248+219+159=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 159 (62.5% from 255 or 25.40% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DB9F is #072460. Grayscale: #DDDDDD. Windows color (decimal): -468065 or 10476536. OLE color: 10476536.

HSL color Cylindrical-coordinate representation of color #F8DB9F: hue angle of 40.45º degrees, saturation: 0.86, 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 #F8DB9F is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB248219159-
CMYK00.120.360.03
HSL40.45º86.41%79.8%-
HSV(B)40.45º35.89%97.25%-
XYZ70.373.1243.21-
YUV220.8393.11147.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.62%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 159 (62.5% from 255) = 25.40%
R=39.62%
G=34.98%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821915900.120.360.0340.4586.4179.8
HexF8DB9F0C243285650
Octal37033323701444350126120
Binary111110001101101110011111011001001001110100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8db9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8db9f; }

 p { color: rgb(248,219,159); }

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

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

 a { background-color: rgb(248,219,159); }

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

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

 span { border-color: rgb(248,219,159); }

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