#FBEA90

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

Shades of Picasso #FBEA90

Tints of Picasso #FBEA90

Color information

#FBEA90 (or 0xFBEA90) is unknown color: approx Picasso. HEX triplet: FB, EA and 90. RGB value is (251,234,144). Sum of RGB (Red+Green+Blue) = 251+234+144=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 144 (56.64% from 255 or 22.89% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEA90 is #04156F. Grayscale: #E5E5E5. Windows color (decimal): -267632 or 9497339. OLE color: 9497339.

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

Color convert

RGB251234144-
CMYK00.070.430.02
HSL50.47º93.04%77.45%-
HSV(B)50.47º42.63%98.43%-
XYZ74.2481.3738.18-
YUV228.8280.13143.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 144 (56.64% from 255) = 22.89%
R=39.90%
G=37.20%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123414400.070.430.0250.4793.0477.45
HexFBEA90072B2325d4d
Octal3733522200753262135115
Binary11111011111010101001000001111010111011001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEA90; }

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

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

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

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

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

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

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

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