#F1E796

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

Shades of Picasso #F1E796

Tints of Picasso #F1E796

Color information

#F1E796 (or 0xF1E796) is unknown color: approx Picasso. HEX triplet: F1, E7 and 96. RGB value is (241,231,150). Sum of RGB (Red+Green+Blue) = 241+231+150=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E796 is #0E1869. Grayscale: #E1E1E1. Windows color (decimal): -923754 or 9889777. OLE color: 9889777.

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

Color convert

RGB241231150-
CMYK00.040.380.05
HSL53.41º76.47%76.67%-
HSV(B)53.41º37.76%94.51%-
XYZ70.3678.0540.21-
YUV224.7685.81139.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 150 (58.98% from 255) = 24.12%
R=38.75%
G=37.14%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123115000.040.380.0553.4176.4776.67
HexF1E79604265354c4d
Octal3613472260446565114115
Binary111100011110011110010110010010011010111010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E796; }

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

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

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

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

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

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

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

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