#FDFEE4

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

Shades of Light Yellow #FDFEE4

Tints of Light Yellow #FDFEE4

Color information

#FDFEE4 (or 0xFDFEE4) is unknown color: approx Light Yellow. HEX triplet: FD, FE and E4. RGB value is (253,254,228). Sum of RGB (Red+Green+Blue) = 253+254+228=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 228 (89.45% from 255 or 31.02% from 735); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEE4 is #02011B. Grayscale: #FAFAFA. Windows color (decimal): -131356 or 15007485. OLE color: 15007485.

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

Color convert

RGB253254228-
CMYK0.0000.100.00
HSL62.31º92.86%94.51%-
HSV(B)62.31º10.24%99.61%-
XYZ89.9597.3787.45-
YUV250.74115.17129.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.42%
GREEN value IS 254 (99.61% from 255) = 34.56%
BLUE value IS 228 (89.45% from 255) = 31.02%
R=34.42%
G=34.56%
B=31.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542280.0000.100.0062.3192.8694.51
HexFDFEE400A03e5d5f
Octal3753763440012076135137
Binary111111011111111011100100001010011111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEE4; }

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

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

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

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

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

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

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

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