#FBEA94

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

Shades of Picasso #FBEA94

Tints of Picasso #FBEA94

Color information

#FBEA94 (or 0xFBEA94) is unknown color: approx Picasso. HEX triplet: FB, EA and 94. RGB value is (251,234,148). Sum of RGB (Red+Green+Blue) = 251+234+148=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 148 (58.20% from 255 or 23.38% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEA94 is #04156B. Grayscale: #E5E5E5. Windows color (decimal): -267628 or 9759483. OLE color: 9759483.

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

Color convert

RGB251234148-
CMYK00.070.410.02
HSL50.1º92.79%78.24%-
HSV(B)50.1º41.04%98.43%-
XYZ74.5581.4939.82-
YUV229.2882.13143.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 148 (58.20% from 255) = 23.38%
R=39.65%
G=36.97%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123414800.070.410.0250.192.7978.24
HexFBEA9407292325d4e
Octal3733522240751262135116
Binary11111011111010101001010001111010011011001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEA94; }

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

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

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

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

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

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

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

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