#FFFEDE

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

Shades of Light Yellow #FFFEDE

Tints of Light Yellow #FFFEDE

Color information

#FFFEDE (or 0xFFFEDE) is unknown color: approx Light Yellow. HEX triplet: FF, FE and DE. RGB value is (255,254,222). Sum of RGB (Red+Green+Blue) = 255+254+222=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 222 (87.11% from 255 or 30.37% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEDE is #000121. Grayscale: #FAFAFA. Windows color (decimal): -290 or 14614271. OLE color: 14614271.

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

Color convert

RGB255254222-
CMYK00.000.130
HSL58.18º100%93.53%-
HSV(B)58.18º12.94%100%-
XYZ89.8797.4283.17-
YUV250.65111.83131.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.88%
GREEN value IS 254 (99.61% from 255) = 34.75%
BLUE value IS 222 (87.11% from 255) = 30.37%
R=34.88%
G=34.75%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525422200.000.13058.1810093.53
HexFFFEDE00D03a645e
Octal3773763360015072144136
Binary111111111111111011011110001101011101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEDE; }

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

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

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

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

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

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

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

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