#F1E995

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

Shades of Picasso #F1E995

Tints of Picasso #F1E995

Color information

#F1E995 (or 0xF1E995) is unknown color: approx Picasso. HEX triplet: F1, E9 and 95. RGB value is (241,233,149). Sum of RGB (Red+Green+Blue) = 241+233+149=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 149 (58.59% from 255 or 23.92% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E995 is #0E166A. Grayscale: #E2E2E2. Windows color (decimal): -923243 or 9824753. OLE color: 9824753.

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

Color convert

RGB241233149-
CMYK00.030.380.05
HSL54.78º76.67%76.47%-
HSV(B)54.78º38.17%94.51%-
XYZ70.8479.1539.98-
YUV225.8284.65138.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 233 (91.41% from 255) = 37.40%
BLUE value IS 149 (58.59% from 255) = 23.92%
R=38.68%
G=37.40%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123314900.030.380.0554.7876.6776.47
HexF1E99503265374d4c
Octal3613512250346567115114
Binary11110001111010011001010101110011010111011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E995; }

 p { color: rgb(241,233,149); }

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

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

 a { background-color: rgb(241,233,149); }

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

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

 span { border-color: rgb(241,233,149); }

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