#FBEB94

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

Shades of Picasso #FBEB94

Tints of Picasso #FBEB94

Color information

#FBEB94 (or 0xFBEB94) is unknown color: approx Picasso. HEX triplet: FB, EB and 94. RGB value is (251,235,148). Sum of RGB (Red+Green+Blue) = 251+235+148=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 148 (58.20% from 255 or 23.34% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEB94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEB94 is #04146B. Grayscale: #E6E6E6. Windows color (decimal): -267372 or 9759739. OLE color: 9759739.

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

Color convert

RGB251235148-
CMYK00.060.410.02
HSL50.68º92.79%78.24%-
HSV(B)50.68º41.04%98.43%-
XYZ74.8482.0639.91-
YUV229.8781.8143.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 148 (58.20% from 255) = 23.34%
R=39.59%
G=37.07%
B=23.34%

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
Decimal25123514800.060.410.0250.6892.7978.24
HexFBEB9406292335d4e
Octal3733532240651263135116
Binary11111011111010111001010001101010011011001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEB94; }

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

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

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

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

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

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

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

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