#F1D697

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

Shades of Splash #F1D697

Tints of Splash #F1D697

Color information

#F1D697 (or 0xF1D697) is unknown color: approx Splash. HEX triplet: F1, D6 and 97. RGB value is (241,214,151). Sum of RGB (Red+Green+Blue) = 241+214+151=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D697 is #0E2968. Grayscale: #D7D7D7. Windows color (decimal): -928105 or 9950961. OLE color: 9950961.

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

Color convert

RGB241214151-
CMYK00.110.370.05
HSL42º76.27%76.86%-
HSV(B)42º37.34%94.51%-
XYZ65.9169.0339.13-
YUV214.8991.95146.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 214 (83.98% from 255) = 35.31%
BLUE value IS 151 (59.38% from 255) = 24.92%
R=39.77%
G=35.31%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121415100.110.370.054276.2776.86
HexF1D6970B2552a4c4d
Octal36132622701345552114115
Binary1111000111010110100101110101110010110110101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D697; }

 p { color: rgb(241,214,151); }

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

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

 a { background-color: rgb(241,214,151); }

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

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

 span { border-color: rgb(241,214,151); }

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