#FBEE94

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

Shades of Picasso #FBEE94

Tints of Picasso #FBEE94

Color information

#FBEE94 (or 0xFBEE94) is unknown color: approx Picasso. HEX triplet: FB, EE and 94. RGB value is (251,238,148). Sum of RGB (Red+Green+Blue) = 251+238+148=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 148 (58.20% from 255 or 23.23% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEE94 is #04116B. Grayscale: #E7E7E7. Windows color (decimal): -266604 or 9760507. OLE color: 9760507.

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

Color convert

RGB251238148-
CMYK00.050.410.02
HSL52.43º92.79%78.24%-
HSV(B)52.43º41.04%98.43%-
XYZ75.783.840.2-
YUV231.6380.81141.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 238 (93.36% from 255) = 37.36%
BLUE value IS 148 (58.20% from 255) = 23.23%
R=39.40%
G=37.36%
B=23.23%

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
Decimal25123814800.050.410.0252.4392.7978.24
HexFBEE9405292345d4e
Octal3733562240551264135116
Binary11111011111011101001010001011010011011010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEE94; }

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

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

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

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

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

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

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

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