#FDFEDC

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

Shades of Light Yellow #FDFEDC

Tints of Light Yellow #FDFEDC

Color information

#FDFEDC (or 0xFDFEDC) is unknown color: approx Light Yellow. HEX triplet: FD, FE and DC. RGB value is (253,254,220). Sum of RGB (Red+Green+Blue) = 253+254+220=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 220 (86.33% from 255 or 30.26% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEDC is #020123. Grayscale: #F9F9F9. Windows color (decimal): -131364 or 14483197. OLE color: 14483197.

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

Color convert

RGB253254220-
CMYK0.0000.130.00
HSL61.76º94.44%92.94%-
HSV(B)61.76º13.39%99.61%-
XYZ88.8796.9381.74-
YUV249.82111.17130.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.80%
GREEN value IS 254 (99.61% from 255) = 34.94%
BLUE value IS 220 (86.33% from 255) = 30.26%
R=34.80%
G=34.94%
B=30.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542200.0000.130.0061.7694.4492.94
HexFDFEDC00D03e5e5d
Octal3753763340015076136135
Binary111111011111111011011100001101011111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEDC; }

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

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

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

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

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

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

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

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