#FDEB8D

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

Shades of Picasso #FDEB8D

Tints of Picasso #FDEB8D

Color information

#FDEB8D (or 0xFDEB8D) is unknown color: approx Picasso. HEX triplet: FD, EB and 8D. RGB value is (253,235,141). Sum of RGB (Red+Green+Blue) = 253+235+141=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 141 (55.47% from 255 or 22.42% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB8D is #021472. Grayscale: #E6E6E6. Windows color (decimal): -136307 or 9300989. OLE color: 9300989.

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

Color convert

RGB253235141-
CMYK00.070.440.01
HSL50.36º96.55%77.25%-
HSV(B)50.36º44.27%99.22%-
XYZ75.0282.2237.12-
YUV229.6777.96144.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 141 (55.47% from 255) = 22.42%
R=40.22%
G=37.36%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323514100.070.440.0150.3696.5577.25
HexFDEB8D072C132614d
Octal3753532150754162141115
Binary1111110111101011100011010111101100111001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEB8D; }

 p { color: rgb(253,235,141); }

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

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

 a { background-color: rgb(253,235,141); }

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

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

 span { border-color: rgb(253,235,141); }

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