#FDFFDC

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

Shades of Light Yellow #FDFFDC

Tints of Light Yellow #FDFFDC

Color information

#FDFFDC (or 0xFDFFDC) is unknown color: approx Light Yellow. HEX triplet: FD, FF and DC. RGB value is (253,255,220). Sum of RGB (Red+Green+Blue) = 253+255+220=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 220 (86.33% from 255 or 30.22% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFDC is #020023. Grayscale: #FAFAFA. Windows color (decimal): -131108 or 14483453. OLE color: 14483453.

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

Color convert

RGB253255220-
CMYK0.0100.140
HSL63.43º100%93.14%-
HSV(B)63.43º13.73%100%-
XYZ89.1997.5781.84-
YUV250.41110.84129.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.75%
GREEN value IS 255 (100% from 255) = 35.03%
BLUE value IS 220 (86.33% from 255) = 30.22%
R=34.75%
G=35.03%
B=30.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532552200.0100.14063.4310093.14
HexFDFFDC10E03f645d
Octal3753773341016077144135
Binary111111011111111111011100101110011111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFDC; }

 p { color: rgb(253,255,220); }

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

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

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

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

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

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

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