#FDFCE5

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

Shades of Light Yellow #FDFCE5

Tints of Light Yellow #FDFCE5

Color information

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

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

Color convert

RGB253252229-
CMYK00.000.090.01
HSL57.5º85.71%94.51%-
HSV(B)57.5º9.49%99.22%-
XYZ89.4696.1687.97-
YUV249.68116.33130.37-

RGB Variations

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

RGB

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

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
Decimal25325222900.000.090.0157.585.7194.51
HexFDFCE500913a565f
Octal3753743450011172126137
Binary111111011111110011100101001001111101010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCE5; }

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

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

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

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

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

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

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

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