#FDFCE7

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

Shades of Light Yellow #FDFCE7

Tints of Light Yellow #FDFCE7

Color information

#FDFCE7 (or 0xFDFCE7) is unknown color: approx Light Yellow. HEX triplet: FD, FC and E7. RGB value is (253,252,231). Sum of RGB (Red+Green+Blue) = 253+252+231=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 231 (90.62% from 255 or 31.39% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCE7 is #020318. Grayscale: #F9F9F9. Windows color (decimal): -131865 or 15203581. OLE color: 15203581.

HSL color Cylindrical-coordinate representation of color #FDFCE7: hue angle of 57.27º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDFCE7 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253252231-
CMYK00.000.090.01
HSL57.27º84.62%94.9%-
HSV(B)57.27º8.7%99.22%-
XYZ89.7496.2789.45-
YUV249.9117.33130.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.38%
GREEN value IS 252 (98.83% from 255) = 34.24%
BLUE value IS 231 (90.62% from 255) = 31.39%
R=34.38%
G=34.24%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325223100.000.090.0157.2784.6294.9
HexFDFCE7009139555f
Octal3753743470011171125137
Binary111111011111110011100111001001111100110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCE7; }

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

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

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

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

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

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

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

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