#FDFDD9

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

Shades of Light Yellow #FDFDD9

Tints of Light Yellow #FDFDD9

Color information

#FDFDD9 (or 0xFDFDD9) is unknown color: approx Light Yellow. HEX triplet: FD, FD and D9. RGB value is (253,253,217). Sum of RGB (Red+Green+Blue) = 253+253+217=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 217 (85.16% from 255 or 30.01% from 723); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDD9 is #020226. Grayscale: #F9F9F9. Windows color (decimal): -131623 or 14286333. OLE color: 14286333.

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

Color convert

RGB253253217-
CMYK000.140.01
HSL60º90%92.16%-
HSV(B)60º14.23%99.22%-
XYZ88.1696.1479.56-
YUV248.9110130.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.99%
GREEN value IS 253 (99.22% from 255) = 34.99%
BLUE value IS 217 (85.16% from 255) = 30.01%
R=34.99%
G=34.99%
B=30.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253217000.140.01609092.16
HexFDFDD900E13c5a5c
Octal3753753310016174132134
Binary111111011111110111011001001110111110010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDD9; }

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

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

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

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

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

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

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

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