#FDFEE1

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

Shades of Light Yellow #FDFEE1

Tints of Light Yellow #FDFEE1

Color information

#FDFEE1 (or 0xFDFEE1) is unknown color: approx Light Yellow. HEX triplet: FD, FE and E1. RGB value is (253,254,225). Sum of RGB (Red+Green+Blue) = 253+254+225=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 225 (88.28% from 255 or 30.74% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEE1 is #02011E. Grayscale: #FAFAFA. Windows color (decimal): -131359 or 14810877. OLE color: 14810877.

HSL color Cylindrical-coordinate representation of color #FDFEE1: hue angle of 62.07º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDFEE1 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB253254225-
CMYK0.0000.110.00
HSL62.07º93.55%93.92%-
HSV(B)62.07º11.42%99.61%-
XYZ89.5497.285.28-
YUV250.4113.67129.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.56%
GREEN value IS 254 (99.61% from 255) = 34.70%
BLUE value IS 225 (88.28% from 255) = 30.74%
R=34.56%
G=34.70%
B=30.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542250.0000.110.0062.0793.5593.92
HexFDFEE100B03e5e5e
Octal3753763410013076136136
Binary111111011111111011100001001011011111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEE1; }

 p { color: rgb(253,254,225); }

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

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

 a { background-color: rgb(253,254,225); }

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

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

 span { border-color: rgb(253,254,225); }

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