#f1d99b

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

Shades of Splash #F1D99B

Tints of Splash #F1D99B

Color information

#F1D99B (or 0xF1D99B) is unknown color: approx Splash. HEX triplet: F1, D9 and 9B. RGB value is (241,217,155). Sum of RGB (Red+Green+Blue) = 241+217+155=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D99B is #0E2664. Grayscale: #D9D9D9. Windows color (decimal): -927333 or 10213873. OLE color: 10213873.

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

Color convert

RGB241217155-
CMYK00.100.360.05
HSL43.26º75.44%77.65%-
HSV(B)43.26º35.68%94.51%-
XYZ6770.6941.12-
YUV217.1192.95145.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 155 (60.94% from 255) = 25.29%
R=39.31%
G=35.40%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121715500.100.360.0543.2675.4477.65
HexF1D99B0A2452b4b4e
Octal36133123301244553113116
Binary1111000111011001100110110101010010010110101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1d99b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1d99b; }

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

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

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

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

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

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

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

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