#FBED95

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

Shades of Picasso #FBED95

Tints of Picasso #FBED95

Color information

#FBED95 (or 0xFBED95) is unknown color: approx Picasso. HEX triplet: FB, ED and 95. RGB value is (251,237,149). Sum of RGB (Red+Green+Blue) = 251+237+149=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 149 (58.59% from 255 or 23.39% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED95 is #04126A. Grayscale: #E7E7E7. Windows color (decimal): -266859 or 9825787. OLE color: 9825787.

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

Color convert

RGB251237149-
CMYK00.060.410.02
HSL51.76º92.73%78.43%-
HSV(B)51.76º40.64%98.43%-
XYZ75.4983.2540.52-
YUV231.1581.64142.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 149 (58.59% from 255) = 23.39%
R=39.40%
G=37.21%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123714900.060.410.0251.7692.7378.43
HexFBED9506292345d4e
Octal3733552250651264135116
Binary11111011111011011001010101101010011011010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBED95; }

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

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

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

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

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

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

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

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