#FBEA95

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

Shades of Picasso #FBEA95

Tints of Picasso #FBEA95

Color information

#FBEA95 (or 0xFBEA95) is unknown color: approx Picasso. HEX triplet: FB, EA and 95. RGB value is (251,234,149). Sum of RGB (Red+Green+Blue) = 251+234+149=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 149 (58.59% from 255 or 23.50% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEA95 is #04156A. Grayscale: #E5E5E5. Windows color (decimal): -267627 or 9825019. OLE color: 9825019.

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

Color convert

RGB251234149-
CMYK00.070.410.02
HSL50º92.73%78.43%-
HSV(B)50º40.64%98.43%-
XYZ74.6381.5240.24-
YUV229.3982.63143.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 149 (58.59% from 255) = 23.50%
R=39.59%
G=36.91%
B=23.50%

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
Decimal25123414900.070.410.025092.7378.43
HexFBEA9507292325d4e
Octal3733522250751262135116
Binary11111011111010101001010101111010011011001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEA95; }

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

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

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

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

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

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

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

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