#FEEB8F

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

Shades of Picasso #FEEB8F

Tints of Picasso #FEEB8F

Color information

#FEEB8F (or 0xFEEB8F) is unknown color: approx Picasso. HEX triplet: FE, EB and 8F. RGB value is (254,235,143). Sum of RGB (Red+Green+Blue) = 254+235+143=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 143 (56.25% from 255 or 22.63% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEB8F is #011470. Grayscale: #E6E6E6. Windows color (decimal): -70769 or 9432062. OLE color: 9432062.

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

Color convert

RGB254235143-
CMYK00.070.440.00
HSL49.73º98.23%77.84%-
HSV(B)49.73º43.7%99.61%-
XYZ75.5482.4737.92-
YUV230.1978.79144.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.19%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 143 (56.25% from 255) = 22.63%
R=40.19%
G=37.18%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423514300.070.440.0049.7398.2377.84
HexFEEB8F072C032624e
Octal3763532170754062142116
Binary1111111011101011100011110111101100011001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEB8F; }

 p { color: rgb(254,235,143); }

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

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

 a { background-color: rgb(254,235,143); }

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

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

 span { border-color: rgb(254,235,143); }

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