#FBE98C

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

Shades of Picasso #FBE98C

Tints of Picasso #FBE98C

Color information

#FBE98C (or 0xFBE98C) is unknown color: approx Picasso. HEX triplet: FB, E9 and 8C. RGB value is (251,233,140). Sum of RGB (Red+Green+Blue) = 251+233+140=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 140 (55.08% from 255 or 22.44% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE98C is #041673. Grayscale: #E4E4E4. Windows color (decimal): -267892 or 9234939. OLE color: 9234939.

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

Color convert

RGB251233140-
CMYK00.070.440.02
HSL50.27º93.28%76.67%-
HSV(B)50.27º44.22%98.43%-
XYZ73.6680.6836.5-
YUV227.7878.46144.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 140 (55.08% from 255) = 22.44%
R=40.22%
G=37.34%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123314000.070.440.0250.2793.2876.67
HexFBE98C072C2325d4d
Octal3733512140754262135115
Binary11111011111010011000110001111011001011001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE98C; }

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

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

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

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

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

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

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

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