#F1DC9E

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

Shades of Splash #F1DC9E

Tints of Splash #F1DC9E

Color information

#F1DC9E (or 0xF1DC9E) is unknown color: approx Splash. HEX triplet: F1, DC and 9E. RGB value is (241,220,158). Sum of RGB (Red+Green+Blue) = 241+220+158=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC9E is #0E2361. Grayscale: #DBDBDB. Windows color (decimal): -926562 or 10411249. OLE color: 10411249.

HSL color Cylindrical-coordinate representation of color #F1DC9E: hue angle of 44.82º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1DC9E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB241220158-
CMYK00.090.340.05
HSL44.82º74.77%78.24%-
HSV(B)44.82º34.44%94.51%-
XYZ68.0472.3642.73-
YUV219.2193.46143.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 158 (62.11% from 255) = 25.53%
R=38.93%
G=35.54%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122015800.090.340.0544.8274.7778.24
HexF1DC9E092252d4b4e
Octal36133423601142555113116
Binary1111000111011100100111100100110001010110110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DC9E; }

 p { color: rgb(241,220,158); }

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

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

 a { background-color: rgb(241,220,158); }

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

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

 span { border-color: rgb(241,220,158); }

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