#F3EA94

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

Shades of Picasso #F3EA94

Tints of Picasso #F3EA94

Color information

#F3EA94 (or 0xF3EA94) is unknown color: approx Picasso. HEX triplet: F3, EA and 94. RGB value is (243,234,148). Sum of RGB (Red+Green+Blue) = 243+234+148=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 148 (58.20% from 255 or 23.68% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EA94 is #0C156B. Grayscale: #E3E3E3. Windows color (decimal): -791916 or 9759475. OLE color: 9759475.

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

Color convert

RGB243234148-
CMYK00.040.390.05
HSL54.32º79.83%76.67%-
HSV(B)54.32º39.09%95.29%-
XYZ71.7380.0439.69-
YUV226.8983.48139.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 148 (58.20% from 255) = 23.68%
R=38.88%
G=37.44%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323414800.040.390.0554.3279.8376.67
HexF3EA940427536504d
Octal3633522240447566120115
Binary111100111110101010010100010010011110111011010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EA94; }

 p { color: rgb(243,234,148); }

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

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

 a { background-color: rgb(243,234,148); }

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

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

 span { border-color: rgb(243,234,148); }

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