#FDEF8B

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

Shades of Picasso #FDEF8B

Tints of Picasso #FDEF8B

Color information

#FDEF8B (or 0xFDEF8B) is unknown color: approx Picasso. HEX triplet: FD, EF and 8B. RGB value is (253,239,139). Sum of RGB (Red+Green+Blue) = 253+239+139=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 139 (54.69% from 255 or 22.03% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEF8B is #021074. Grayscale: #E8E8E8. Windows color (decimal): -135285 or 9170941. OLE color: 9170941.

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

Color convert

RGB253239139-
CMYK00.060.450.01
HSL52.63º96.61%76.86%-
HSV(B)52.63º45.06%99.22%-
XYZ76.0384.4836.72-
YUV231.7975.64143.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 139 (54.69% from 255) = 22.03%
R=40.10%
G=37.88%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323913900.060.450.0152.6396.6176.86
HexFDEF8B062D135614d
Octal3753572130655165141115
Binary1111110111101111100010110110101101111010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEF8B; }

 p { color: rgb(253,239,139); }

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

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

 a { background-color: rgb(253,239,139); }

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

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

 span { border-color: rgb(253,239,139); }

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