#F1DA9F

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

Shades of Splash #F1DA9F

Tints of Splash #F1DA9F

Color information

#F1DA9F (or 0xF1DA9F) is unknown color: approx Splash. HEX triplet: F1, DA and 9F. RGB value is (241,218,159). Sum of RGB (Red+Green+Blue) = 241+218+159=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DA9F is #0E2560. Grayscale: #DADADA. Windows color (decimal): -927073 or 10476273. OLE color: 10476273.

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

Color convert

RGB241218159-
CMYK00.100.340.05
HSL43.17º74.55%78.43%-
HSV(B)43.17º34.02%94.51%-
XYZ67.6171.3543.01-
YUV218.1594.62144.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 159 (62.5% from 255) = 25.73%
R=39.00%
G=35.28%
B=25.73%

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
Decimal24121815900.100.340.0543.1774.5578.43
HexF1DA9F0A2252b4b4e
Octal36133223701242553113116
Binary1111000111011010100111110101010001010110101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DA9F; }

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

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

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

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

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

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

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

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