#FDED8D

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

Shades of Picasso #FDED8D

Tints of Picasso #FDED8D

Color information

#FDED8D (or 0xFDED8D) is unknown color: approx Picasso. HEX triplet: FD, ED and 8D. RGB value is (253,237,141). Sum of RGB (Red+Green+Blue) = 253+237+141=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 141 (55.47% from 255 or 22.35% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED8D is #021272. Grayscale: #E7E7E7. Windows color (decimal): -135795 or 9301501. OLE color: 9301501.

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

Color convert

RGB253237141-
CMYK00.060.440.01
HSL51.43º96.55%77.25%-
HSV(B)51.43º44.27%99.22%-
XYZ75.683.3737.31-
YUV230.8477.3143.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 141 (55.47% from 255) = 22.35%
R=40.10%
G=37.56%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323714100.060.440.0151.4396.5577.25
HexFDED8D062C133614d
Octal3753552150654163141115
Binary1111110111101101100011010110101100111001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED8D; }

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

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

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

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

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

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

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

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