#F1DE9B

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

Shades of Splash #F1DE9B

Tints of Splash #F1DE9B

Color information

#F1DE9B (or 0xF1DE9B) is unknown color: approx Splash. HEX triplet: F1, DE and 9B. RGB value is (241,222,155). Sum of RGB (Red+Green+Blue) = 241+222+155=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DE9B is #0E2164. Grayscale: #DCDCDC. Windows color (decimal): -926053 or 10215153. OLE color: 10215153.

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

Color convert

RGB241222155-
CMYK00.080.360.05
HSL46.74º75.44%77.65%-
HSV(B)46.74º35.68%94.51%-
XYZ68.3173.3141.56-
YUV220.0491.29142.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 155 (60.94% from 255) = 25.08%
R=39.00%
G=35.92%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122215500.080.360.0546.7475.4477.65
HexF1DE9B082452f4b4e
Octal36133623301044557113116
Binary1111000111011110100110110100010010010110111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DE9B; }

 p { color: rgb(241,222,155); }

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

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

 a { background-color: rgb(241,222,155); }

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

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

 span { border-color: rgb(241,222,155); }

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