#FDFED9

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

Shades of Light Yellow #FDFED9

Tints of Light Yellow #FDFED9

Color information

#FDFED9 (or 0xFDFED9) is unknown color: approx Light Yellow. HEX triplet: FD, FE and D9. RGB value is (253,254,217). Sum of RGB (Red+Green+Blue) = 253+254+217=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 217 (85.16% from 255 or 29.97% from 724); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFED9 is #020126. Grayscale: #F9F9F9. Windows color (decimal): -131367 or 14286589. OLE color: 14286589.

HSL color Cylindrical-coordinate representation of color #FDFED9: hue angle of 61.62º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDFED9 is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB253254217-
CMYK0.0000.150.00
HSL61.62º94.87%92.35%-
HSV(B)61.62º14.57%99.61%-
XYZ88.4796.7879.66-
YUV249.48109.67130.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 254 (99.61% from 255) = 35.08%
BLUE value IS 217 (85.16% from 255) = 29.97%
R=34.94%
G=35.08%
B=29.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542170.0000.150.0061.6294.8792.35
HexFDFED900F03e5f5c
Octal3753763310017076137134
Binary111111011111111011011001001111011111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFED9; }

 p { color: rgb(253,254,217); }

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

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

 a { background-color: rgb(253,254,217); }

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

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

 span { border-color: rgb(253,254,217); }

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