#FDFCE4

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

Shades of Light Yellow #FDFCE4

Tints of Light Yellow #FDFCE4

Color information

#FDFCE4 (or 0xFDFCE4) is unknown color: approx Light Yellow. HEX triplet: FD, FC and E4. RGB value is (253,252,228). Sum of RGB (Red+Green+Blue) = 253+252+228=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 252 (98.83% from 255 or 34.38% from 733); Blue value is 228 (89.45% from 255 or 31.11% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCE4 is #02031B. Grayscale: #F9F9F9. Windows color (decimal): -131868 or 15006973. OLE color: 15006973.

HSL color Cylindrical-coordinate representation of color #FDFCE4: hue angle of 57.6º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDFCE4 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB253252228-
CMYK00.000.100.01
HSL57.6º86.21%94.31%-
HSV(B)57.6º9.88%99.22%-
XYZ89.3296.187.24-
YUV249.56115.83130.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.52%
GREEN value IS 252 (98.83% from 255) = 34.38%
BLUE value IS 228 (89.45% from 255) = 31.11%
R=34.52%
G=34.38%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325222800.000.100.0157.686.2194.31
HexFDFCE400A13a565e
Octal3753743440012172126136
Binary111111011111110011100100001010111101010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCE4; }

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

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

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

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

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

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

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

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