#FBED8C

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

Shades of Picasso #FBED8C

Tints of Picasso #FBED8C

Color information

#FBED8C (or 0xFBED8C) is unknown color: approx Picasso. HEX triplet: FB, ED and 8C. RGB value is (251,237,140). Sum of RGB (Red+Green+Blue) = 251+237+140=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED8C is #041273. Grayscale: #E6E6E6. Windows color (decimal): -266868 or 9235963. OLE color: 9235963.

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

Color convert

RGB251237140-
CMYK00.060.440.02
HSL52.43º93.28%76.67%-
HSV(B)52.43º44.22%98.43%-
XYZ74.882.9736.88-
YUV230.1377.14142.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 237 (92.97% from 255) = 37.74%
BLUE value IS 140 (55.08% from 255) = 22.29%
R=39.97%
G=37.74%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123714000.060.440.0252.4393.2876.67
HexFBED8C062C2345d4d
Octal3733552140654264135115
Binary11111011111011011000110001101011001011010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBED8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBED8C; }

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

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

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

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

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

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

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

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