#F1EA95

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

Shades of Picasso #F1EA95

Tints of Picasso #F1EA95

Color information

#F1EA95 (or 0xF1EA95) is unknown color: approx Picasso. HEX triplet: F1, EA and 95. RGB value is (241,234,149). Sum of RGB (Red+Green+Blue) = 241+234+149=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 149 (58.59% from 255 or 23.88% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA95 is #0E156A. Grayscale: #E2E2E2. Windows color (decimal): -922987 or 9825009. OLE color: 9825009.

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

Color convert

RGB241234149-
CMYK00.030.380.05
HSL55.43º76.67%76.47%-
HSV(B)55.43º38.17%94.51%-
XYZ71.1279.7240.07-
YUV226.484.32138.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.62%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 149 (58.59% from 255) = 23.88%
R=38.62%
G=37.5%
B=23.88%

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
Decimal24123414900.030.380.0555.4376.6776.47
HexF1EA9503265374d4c
Octal3613522250346567115114
Binary11110001111010101001010101110011010111011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA95; }

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

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

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

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

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

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

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

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