#F1D29A

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

Shades of Splash #F1D29A

Tints of Splash #F1D29A

Color information

#F1D29A (or 0xF1D29A) is unknown color: approx Splash. HEX triplet: F1, D2 and 9A. RGB value is (241,210,154). Sum of RGB (Red+Green+Blue) = 241+210+154=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D29A is #0E2D65. Grayscale: #D5D5D5. Windows color (decimal): -929126 or 10146545. OLE color: 10146545.

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

Color convert

RGB241210154-
CMYK00.130.360.05
HSL38.62º75.65%77.45%-
HSV(B)38.62º36.1%94.51%-
XYZ65.1567.1340.09-
YUV212.8994.77148.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 154 (60.55% from 255) = 25.45%
R=39.83%
G=34.71%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121015400.130.360.0538.6275.6577.45
HexF1D29A0D245274c4d
Octal36132223201544547114115
Binary1111000111010010100110100110110010010110011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D29A; }

 p { color: rgb(241,210,154); }

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

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

 a { background-color: rgb(241,210,154); }

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

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

 span { border-color: rgb(241,210,154); }

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