#FDFEDE

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

Shades of Light Yellow #FDFEDE

Tints of Light Yellow #FDFEDE

Color information

#FDFEDE (or 0xFDFEDE) is unknown color: approx Light Yellow. HEX triplet: FD, FE and DE. RGB value is (253,254,222). Sum of RGB (Red+Green+Blue) = 253+254+222=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 222 (87.11% from 255 or 30.45% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEDE is #020121. Grayscale: #FAFAFA. Windows color (decimal): -131362 or 14614269. OLE color: 14614269.

HSL color Cylindrical-coordinate representation of color #FDFEDE: hue angle of 61.88º 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 #FDFEDE is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB253254222-
CMYK0.0000.130.00
HSL61.88º94.12%93.33%-
HSV(B)61.88º12.6%99.61%-
XYZ89.1397.0483.14-
YUV250.05112.17130.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.71%
GREEN value IS 254 (99.61% from 255) = 34.84%
BLUE value IS 222 (87.11% from 255) = 30.45%
R=34.71%
G=34.84%
B=30.45%

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
Decimal2532542220.0000.130.0061.8894.1293.33
HexFDFEDE00D03e5e5d
Octal3753763360015076136135
Binary111111011111111011011110001101011111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEDE; }

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

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

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

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

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

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

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

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