#F1E495

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

Shades of Picasso #F1E495

Tints of Picasso #F1E495

Color information

#F1E495 (or 0xF1E495) is unknown color: approx Picasso. HEX triplet: F1, E4 and 95. RGB value is (241,228,149). Sum of RGB (Red+Green+Blue) = 241+228+149=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E495 is #0E1B6A. Grayscale: #DFDFDF. Windows color (decimal): -924523 or 9823473. OLE color: 9823473.

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

Color convert

RGB241228149-
CMYK00.050.380.05
HSL51.52º76.67%76.47%-
HSV(B)51.52º38.17%94.51%-
XYZ69.4476.3639.51-
YUV222.8886.31140.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 228 (89.45% from 255) = 36.89%
BLUE value IS 149 (58.59% from 255) = 24.11%
R=39.00%
G=36.89%
B=24.11%

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
Decimal24122814900.050.380.0551.5276.6776.47
HexF1E49505265344d4c
Octal3613442250546564115114
Binary111100011110010010010101010110011010111010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E495; }

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

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

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

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

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

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

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

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