#F8DC9D

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

Shades of Splash #F8DC9D

Tints of Splash #F8DC9D

Color information

#F8DC9D (or 0xF8DC9D) is unknown color: approx Splash. HEX triplet: F8, DC and 9D. RGB value is (248,220,157). Sum of RGB (Red+Green+Blue) = 248+220+157=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DC9D is #072362. Grayscale: #DDDDDD. Windows color (decimal): -467811 or 10345720. OLE color: 10345720.

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

Color convert

RGB248220157-
CMYK00.110.370.03
HSL41.54º86.67%79.41%-
HSV(B)41.54º36.69%97.25%-
XYZ70.3973.5842.39-
YUV221.1991.78147.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.68%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 157 (61.72% from 255) = 25.12%
R=39.68%
G=35.2%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822015700.110.370.0341.5486.6779.41
HexF8DC9D0B2532a574f
Octal37033423501345352127117
Binary111110001101110010011101010111001011110101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DC9D; }

 p { color: rgb(248,220,157); }

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

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

 a { background-color: rgb(248,220,157); }

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

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

 span { border-color: rgb(248,220,157); }

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