#FDFDDE

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

Shades of Light Yellow #FDFDDE

Tints of Light Yellow #FDFDDE

Color information

#FDFDDE (or 0xFDFDDE) is unknown color: approx Light Yellow. HEX triplet: FD, FD and DE. RGB value is (253,253,222). Sum of RGB (Red+Green+Blue) = 253+253+222=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 222 (87.11% from 255 or 30.49% from 728); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDDE is #020221. Grayscale: #F9F9F9. Windows color (decimal): -131618 or 14614013. OLE color: 14614013.

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

Color convert

RGB253253222-
CMYK000.120.01
HSL60º88.57%93.14%-
HSV(B)60º12.25%99.22%-
XYZ88.8296.4183.03-
YUV249.47112.5130.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.75%
GREEN value IS 253 (99.22% from 255) = 34.75%
BLUE value IS 222 (87.11% from 255) = 30.49%
R=34.75%
G=34.75%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253222000.120.016088.5793.14
HexFDFDDE00C13c595d
Octal3753753360014174131135
Binary111111011111110111011110001100111110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDDE; }

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

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

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

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

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

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

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

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