#F3EB95

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

Shades of Picasso #F3EB95

Tints of Picasso #F3EB95

Color information

#F3EB95 (or 0xF3EB95) is unknown color: approx Picasso. HEX triplet: F3, EB and 95. RGB value is (243,235,149). Sum of RGB (Red+Green+Blue) = 243+235+149=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 149 (58.59% from 255 or 23.76% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EB95 is #0C146A. Grayscale: #E3E3E3. Windows color (decimal): -791659 or 9825267. OLE color: 9825267.

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

Color convert

RGB243235149-
CMYK00.030.390.05
HSL54.89º79.66%76.86%-
HSV(B)54.89º38.68%95.29%-
XYZ72.180.6440.2-
YUV227.5983.65138.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.76%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 149 (58.59% from 255) = 23.76%
R=38.76%
G=37.48%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323514900.030.390.0554.8979.6676.86
HexF3EB950327537504d
Octal3633532250347567120115
Binary11110011111010111001010101110011110111011110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EB95; }

 p { color: rgb(243,235,149); }

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

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

 a { background-color: rgb(243,235,149); }

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

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

 span { border-color: rgb(243,235,149); }

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