#F1D79C

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

Shades of Splash #F1D79C

Tints of Splash #F1D79C

Color information

#F1D79C (or 0xF1D79C) is unknown color: approx Splash. HEX triplet: F1, D7 and 9C. RGB value is (241,215,156). Sum of RGB (Red+Green+Blue) = 241+215+156=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D79C is #0E2863. Grayscale: #D8D8D8. Windows color (decimal): -927844 or 10278897. OLE color: 10278897.

HSL color Cylindrical-coordinate representation of color #F1D79C: hue angle of 41.65º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1D79C is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241215156-
CMYK00.110.350.05
HSL41.65º75.22%77.84%-
HSV(B)41.65º35.27%94.51%-
XYZ66.5869.741.4-
YUV216.0594.11145.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 156 (61.33% from 255) = 25.49%
R=39.38%
G=35.13%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121515600.110.350.0541.6575.2277.84
HexF1D79C0B2352a4b4e
Octal36132723401343552113116
Binary1111000111010111100111000101110001110110101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D79C; }

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

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

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

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

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

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

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

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