#FDEC8A

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

Shades of Picasso #FDEC8A

Tints of Picasso #FDEC8A

Color information

#FDEC8A (or 0xFDEC8A) is unknown color: approx Picasso. HEX triplet: FD, EC and 8A. RGB value is (253,236,138). Sum of RGB (Red+Green+Blue) = 253+236+138=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 138 (54.30% from 255 or 22.01% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC8A is #021375. Grayscale: #E6E6E6. Windows color (decimal): -136054 or 9104637. OLE color: 9104637.

HSL color Cylindrical-coordinate representation of color #FDEC8A: hue angle of 51.13º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDEC8A is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253236138-
CMYK00.070.450.01
HSL51.13º96.64%76.67%-
HSV(B)51.13º45.45%99.22%-
XYZ75.0982.7136.05-
YUV229.9176.13144.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 138 (54.30% from 255) = 22.01%
R=40.35%
G=37.64%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323613800.070.450.0151.1396.6476.67
HexFDEC8A072D133614d
Octal3753542120755163141115
Binary1111110111101100100010100111101101111001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC8A; }

 p { color: rgb(253,236,138); }

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

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

 a { background-color: rgb(253,236,138); }

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

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

 span { border-color: rgb(253,236,138); }

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