#F1E496

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

Shades of Picasso #F1E496

Tints of Picasso #F1E496

Color information

#F1E496 (or 0xF1E496) is unknown color: approx Picasso. HEX triplet: F1, E4 and 96. RGB value is (241,228,150). Sum of RGB (Red+Green+Blue) = 241+228+150=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E496 is #0E1B69. Grayscale: #DFDFDF. Windows color (decimal): -924522 or 9889009. OLE color: 9889009.

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

Color convert

RGB241228150-
CMYK00.050.380.05
HSL51.43º76.47%76.67%-
HSV(B)51.43º37.76%94.51%-
XYZ69.5276.3939.93-
YUV222.9986.81140.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 150 (58.98% from 255) = 24.23%
R=38.93%
G=36.83%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122815000.050.380.0551.4376.4776.67
HexF1E49605265334c4d
Octal3613442260546563114115
Binary111100011110010010010110010110011010111001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E496; }

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

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

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

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

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

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

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

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