#F1D596

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

Shades of Splash #F1D596

Tints of Splash #F1D596

Color information

#F1D596 (or 0xF1D596) is unknown color: approx Splash. HEX triplet: F1, D5 and 96. RGB value is (241,213,150). Sum of RGB (Red+Green+Blue) = 241+213+150=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D596 is #0E2A69. Grayscale: #D6D6D6. Windows color (decimal): -928362 or 9885169. OLE color: 9885169.

HSL color Cylindrical-coordinate representation of color #F1D596: hue angle of 41.54º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1D596 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241213150-
CMYK00.120.380.05
HSL41.54º76.47%76.67%-
HSV(B)41.54º37.76%94.51%-
XYZ65.5768.4938.62-
YUV214.1991.78147.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 150 (58.98% from 255) = 24.83%
R=39.90%
G=35.26%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121315000.120.380.0541.5476.4776.67
HexF1D5960C2652a4c4d
Octal36132522601446552114115
Binary1111000111010101100101100110010011010110101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D596; }

 p { color: rgb(241,213,150); }

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

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

 a { background-color: rgb(241,213,150); }

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

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

 span { border-color: rgb(241,213,150); }

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