#FBE991

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

Shades of Picasso #FBE991

Tints of Picasso #FBE991

Color information

#FBE991 (or 0xFBE991) is unknown color: approx Picasso. HEX triplet: FB, E9 and 91. RGB value is (251,233,145). Sum of RGB (Red+Green+Blue) = 251+233+145=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 145 (57.03% from 255 or 23.05% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE991 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE991 is #04166E. Grayscale: #E4E4E4. Windows color (decimal): -267887 or 9562619. OLE color: 9562619.

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

Color convert

RGB251233145-
CMYK00.070.420.02
HSL49.81º92.98%77.65%-
HSV(B)49.81º42.23%98.43%-
XYZ74.0380.8338.49-
YUV228.3580.96144.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 233 (91.41% from 255) = 37.04%
BLUE value IS 145 (57.03% from 255) = 23.05%
R=39.90%
G=37.04%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123314500.070.420.0249.8192.9877.65
HexFBE991072A2325d4e
Octal3733512210752262135116
Binary11111011111010011001000101111010101011001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE991; }

 p { color: rgb(251,233,145); }

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

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

 a { background-color: rgb(251,233,145); }

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

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

 span { border-color: rgb(251,233,145); }

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