#FBEC95

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

Shades of Picasso #FBEC95

Tints of Picasso #FBEC95

Color information

#FBEC95 (or 0xFBEC95) is unknown color: approx Picasso. HEX triplet: FB, EC and 95. RGB value is (251,236,149). Sum of RGB (Red+Green+Blue) = 251+236+149=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 149 (58.59% from 255 or 23.43% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEC95 is #04136A. Grayscale: #E6E6E6. Windows color (decimal): -267115 or 9825531. OLE color: 9825531.

HSL color Cylindrical-coordinate representation of color #FBEC95: hue angle of 51.18º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBEC95 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB251236149-
CMYK00.060.410.02
HSL51.18º92.73%78.43%-
HSV(B)51.18º40.64%98.43%-
XYZ75.282.6740.43-
YUV230.5781.97142.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 149 (58.59% from 255) = 23.43%
R=39.47%
G=37.11%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123614900.060.410.0251.1892.7378.43
HexFBEC9506292335d4e
Octal3733542250651263135116
Binary11111011111011001001010101101010011011001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEC95; }

 p { color: rgb(251,236,149); }

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

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

 a { background-color: rgb(251,236,149); }

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

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

 span { border-color: rgb(251,236,149); }

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