#FDFCDE

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

Shades of Light Yellow #FDFCDE

Tints of Light Yellow #FDFCDE

Color information

#FDFCDE (or 0xFDFCDE) is unknown color: approx Light Yellow. HEX triplet: FD, FC and DE. RGB value is (253,252,222). Sum of RGB (Red+Green+Blue) = 253+252+222=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 252 (98.83% from 255 or 34.66% from 727); Blue value is 222 (87.11% from 255 or 30.54% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCDE is #020321. Grayscale: #F9F9F9. Windows color (decimal): -131874 or 14613757. OLE color: 14613757.

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

Color convert

RGB253252222-
CMYK00.000.120.01
HSL58.06º88.57%93.14%-
HSV(B)58.06º12.25%99.22%-
XYZ88.595.7882.93-
YUV248.88112.83130.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.80%
GREEN value IS 252 (98.83% from 255) = 34.66%
BLUE value IS 222 (87.11% from 255) = 30.54%
R=34.80%
G=34.66%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325222200.000.120.0158.0688.5793.14
HexFDFCDE00C13a595d
Octal3753743360014172131135
Binary111111011111110011011110001100111101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCDE; }

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

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

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

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

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

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

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

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