#FCFDE5

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

Shades of Light Yellow #FCFDE5

Tints of Light Yellow #FCFDE5

Color information

#FCFDE5 (or 0xFCFDE5) is unknown color: approx Light Yellow. HEX triplet: FC, FD and E5. RGB value is (252,253,229). Sum of RGB (Red+Green+Blue) = 252+253+229=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 253 (99.22% from 255 or 34.47% from 734); Blue value is 229 (89.84% from 255 or 31.20% from 734); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDE5 is #03021A. Grayscale: #FAFAFA. Windows color (decimal): -197147 or 15072764. OLE color: 15072764.

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

Color convert

RGB252253229-
CMYK0.0000.090.01
HSL62.5º85.71%94.51%-
HSV(B)62.5º9.49%99.22%-
XYZ89.4196.688.06-
YUV249.96116.17129.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.33%
GREEN value IS 253 (99.22% from 255) = 34.47%
BLUE value IS 229 (89.84% from 255) = 31.20%
R=34.33%
G=34.47%
B=31.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532290.0000.090.0162.585.7194.51
HexFCFDE500913e565f
Octal3743753450011176126137
Binary111111001111110111100101001001111111010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDE5; }

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

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

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

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

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

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

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

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