#F5EB94

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

Shades of Picasso #F5EB94

Tints of Picasso #F5EB94

Color information

#F5EB94 (or 0xF5EB94) is unknown color: approx Picasso. HEX triplet: F5, EB and 94. RGB value is (245,235,148). Sum of RGB (Red+Green+Blue) = 245+235+148=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 148 (58.20% from 255 or 23.57% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EB94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EB94 is #0A146B. Grayscale: #E4E4E4. Windows color (decimal): -660588 or 9759733. OLE color: 9759733.

HSL color Cylindrical-coordinate representation of color #F5EB94: hue angle of 53.81º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5EB94 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245235148-
CMYK00.040.400.04
HSL53.81º82.91%77.06%-
HSV(B)53.81º39.59%96.08%-
XYZ72.7180.9739.81-
YUV228.0782.81140.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.01%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 148 (58.20% from 255) = 23.57%
R=39.01%
G=37.42%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523514800.040.400.0453.8182.9177.06
HexF5EB940428436534d
Octal3653532240450466123115
Binary111101011110101110010100010010100010011011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EB94; }

 p { color: rgb(245,235,148); }

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

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

 a { background-color: rgb(245,235,148); }

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

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

 span { border-color: rgb(245,235,148); }

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