#FCFDE4

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

Shades of Light Yellow #FCFDE4

Tints of Light Yellow #FCFDE4

Color information

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

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

Color convert

RGB252253228-
CMYK0.0000.100.01
HSL62.4º86.21%94.31%-
HSV(B)62.4º9.88%99.22%-
XYZ89.2796.5587.33-
YUV249.85115.67129.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532280.0000.100.0162.486.2194.31
HexFCFDE400A13e565e
Octal3743753440012176126136
Binary111111001111110111100100001010111111010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDE4; }

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

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

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

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

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

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

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

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