#F1DA9E

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

Shades of Splash #F1DA9E

Tints of Splash #F1DA9E

Color information

#F1DA9E (or 0xF1DA9E) is unknown color: approx Splash. HEX triplet: F1, DA and 9E. RGB value is (241,218,158). Sum of RGB (Red+Green+Blue) = 241+218+158=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DA9E is #0E2561. Grayscale: #DADADA. Windows color (decimal): -927074 or 10410737. OLE color: 10410737.

HSL color Cylindrical-coordinate representation of color #F1DA9E: hue angle of 43.37º 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 #F1DA9E is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB241218158-
CMYK00.100.340.05
HSL43.37º74.77%78.24%-
HSV(B)43.37º34.44%94.51%-
XYZ67.5271.3142.55-
YUV218.0494.12144.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 158 (62.11% from 255) = 25.61%
R=39.06%
G=35.33%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121815800.100.340.0543.3774.7778.24
HexF1DA9E0A2252b4b4e
Octal36133223601242553113116
Binary1111000111011010100111100101010001010110101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DA9E; }

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

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

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

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

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

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

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

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