#FBE98E

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

Shades of Picasso #FBE98E

Tints of Picasso #FBE98E

Color information

#FBE98E (or 0xFBE98E) is unknown color: approx Picasso. HEX triplet: FB, E9 and 8E. RGB value is (251,233,142). Sum of RGB (Red+Green+Blue) = 251+233+142=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 142 (55.86% from 255 or 22.68% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE98E is #041671. Grayscale: #E4E4E4. Windows color (decimal): -267890 or 9366011. OLE color: 9366011.

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

Color convert

RGB251233142-
CMYK00.070.430.02
HSL50.09º93.16%77.06%-
HSV(B)50.09º43.43%98.43%-
XYZ73.8180.7437.29-
YUV228.0179.46144.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 233 (91.41% from 255) = 37.22%
BLUE value IS 142 (55.86% from 255) = 22.68%
R=40.10%
G=37.22%
B=22.68%

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
Decimal25123314200.070.430.0250.0993.1677.06
HexFBE98E072B2325d4d
Octal3733512160753262135115
Binary11111011111010011000111001111010111011001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE98E; }

 p { color: rgb(251,233,142); }

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

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

 a { background-color: rgb(251,233,142); }

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

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

 span { border-color: rgb(251,233,142); }

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