#FFFDDE

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

Shades of Light Yellow #FFFDDE

Tints of Light Yellow #FFFDDE

Color information

#FFFDDE (or 0xFFFDDE) is unknown color: approx Light Yellow. HEX triplet: FF, FD and DE. RGB value is (255,253,222). Sum of RGB (Red+Green+Blue) = 255+253+222=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 253 (99.22% from 255 or 34.66% from 730); Blue value is 222 (87.11% from 255 or 30.41% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDDE is #000221. Grayscale: #FAFAFA. Windows color (decimal): -546 or 14614015. OLE color: 14614015.

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

Color convert

RGB255253222-
CMYK00.010.130
HSL56.36º100%93.53%-
HSV(B)56.36º12.94%100%-
XYZ89.5596.7883.07-
YUV250.06112.16131.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 253 (99.22% from 255) = 34.66%
BLUE value IS 222 (87.11% from 255) = 30.41%
R=34.93%
G=34.66%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525322200.010.13056.3610093.53
HexFFFDDE01D038645e
Octal3773753360115070144136
Binary111111111111110111011110011101011100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDDE; }

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

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

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

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

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

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

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

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