#fbee95

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

Shades of Picasso #FBEE95

Tints of Picasso #FBEE95

Color information

#FBEE95 (or 0xFBEE95) is unknown color: approx Picasso. HEX triplet: FB, EE and 95. RGB value is (251,238,149). Sum of RGB (Red+Green+Blue) = 251+238+149=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 149 (58.59% from 255 or 23.35% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEE95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEE95 is #04116A. Grayscale: #E8E8E8. Windows color (decimal): -266603 or 9826043. OLE color: 9826043.

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

Color convert

RGB251238149-
CMYK00.050.410.02
HSL52.35º92.73%78.43%-
HSV(B)52.35º40.64%98.43%-
XYZ75.7883.8340.62-
YUV231.7481.31141.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 149 (58.59% from 255) = 23.35%
R=39.34%
G=37.30%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123814900.050.410.0252.3592.7378.43
HexFBEE9505292345d4e
Octal3733562250551264135116
Binary11111011111011101001010101011010011011010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbee95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbee95; }

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

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

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

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

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

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

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

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