#FDFDE5

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

Shades of Light Yellow #FDFDE5

Tints of Light Yellow #FDFDE5

Color information

#FDFDE5 (or 0xFDFDE5) is unknown color: approx Light Yellow. HEX triplet: FD, FD and E5. RGB value is (253,253,229). Sum of RGB (Red+Green+Blue) = 253+253+229=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 253 (99.22% from 255 or 34.42% from 735); Blue value is 229 (89.84% from 255 or 31.16% from 735); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDE5 is #02021A. Grayscale: #FAFAFA. Windows color (decimal): -131611 or 15072765. OLE color: 15072765.

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

Color convert

RGB253253229-
CMYK000.090.01
HSL60º85.71%94.51%-
HSV(B)60º9.49%99.22%-
XYZ89.7896.7988.08-
YUV250.26116129.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.42%
GREEN value IS 253 (99.22% from 255) = 34.42%
BLUE value IS 229 (89.84% from 255) = 31.16%
R=34.42%
G=34.42%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253229000.090.016085.7194.51
HexFDFDE500913c565f
Octal3753753450011174126137
Binary111111011111110111100101001001111110010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDE5; }

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

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

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

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

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

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

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

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