#FFFDE0

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

Shades of Light Yellow #FFFDE0

Tints of Light Yellow #FFFDE0

Color information

#FFFDE0 (or 0xFFFDE0) is unknown color: approx Light Yellow. HEX triplet: FF, FD and E0. RGB value is (255,253,224). Sum of RGB (Red+Green+Blue) = 255+253+224=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 253 (99.22% from 255 or 34.56% from 732); Blue value is 224 (87.89% from 255 or 30.60% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDE0 is #00021F. Grayscale: #FAFAFA. Windows color (decimal): -544 or 14745087. OLE color: 14745087.

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

Color convert

RGB255253224-
CMYK00.010.120
HSL56.13º100%93.92%-
HSV(B)56.13º12.16%100%-
XYZ89.8296.8984.49-
YUV250.29113.16131.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.84%
GREEN value IS 253 (99.22% from 255) = 34.56%
BLUE value IS 224 (87.89% from 255) = 30.60%
R=34.84%
G=34.56%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525322400.010.12056.1310093.92
HexFFFDE001C038645e
Octal3773753400114070144136
Binary111111111111110111100000011100011100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDE0; }

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

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

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

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

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

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

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

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