#FDFDE1

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

Shades of Light Yellow #FDFDE1

Tints of Light Yellow #FDFDE1

Color information

#FDFDE1 (or 0xFDFDE1) is unknown color: approx Light Yellow. HEX triplet: FD, FD and E1. RGB value is (253,253,225). Sum of RGB (Red+Green+Blue) = 253+253+225=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 225 (88.28% from 255 or 30.78% from 731); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDE1 is #02021E. Grayscale: #F9F9F9. Windows color (decimal): -131615 or 14810621. OLE color: 14810621.

HSL color Cylindrical-coordinate representation of color #FDFDE1: hue angle of 60º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDFDE1 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253253225-
CMYK000.110.01
HSL60º87.5%93.73%-
HSV(B)60º11.07%99.22%-
XYZ89.2296.5785.17-
YUV249.81114130.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.61%
GREEN value IS 253 (99.22% from 255) = 34.61%
BLUE value IS 225 (88.28% from 255) = 30.78%
R=34.61%
G=34.61%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253225000.110.016087.593.73
HexFDFDE100B13c585e
Octal3753753410013174130136
Binary111111011111110111100001001011111110010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDE1; }

 p { color: rgb(253,253,225); }

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

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

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

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

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

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

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