#F1D79E

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

Shades of Splash #F1D79E

Tints of Splash #F1D79E

Color information

#F1D79E (or 0xF1D79E) is unknown color: approx Splash. HEX triplet: F1, D7 and 9E. RGB value is (241,215,158). Sum of RGB (Red+Green+Blue) = 241+215+158=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D79E is #0E2861. Grayscale: #D8D8D8. Windows color (decimal): -927842 or 10409969. OLE color: 10409969.

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

Color convert

RGB241215158-
CMYK00.110.340.05
HSL41.2º74.77%78.24%-
HSV(B)41.2º34.44%94.51%-
XYZ66.7569.7742.3-
YUV216.2895.11145.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 158 (62.11% from 255) = 25.73%
R=39.25%
G=35.02%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121515800.110.340.0541.274.7778.24
HexF1D79E0B225294b4e
Octal36132723601342551113116
Binary1111000111010111100111100101110001010110100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D79E; }

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

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

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

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

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

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

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

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