#FDFFE4

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

Shades of Light Yellow #FDFFE4

Tints of Light Yellow #FDFFE4

Color information

#FDFFE4 (or 0xFDFFE4) is unknown color: approx Light Yellow. HEX triplet: FD, FF and E4. RGB value is (253,255,228). Sum of RGB (Red+Green+Blue) = 253+255+228=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 228 (89.45% from 255 or 30.98% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFE4 is #02001B. Grayscale: #FBFBFB. Windows color (decimal): -131100 or 15007741. OLE color: 15007741.

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

Color convert

RGB253255228-
CMYK0.0100.110
HSL64.44º100%94.71%-
HSV(B)64.44º10.59%100%-
XYZ90.279887.56-
YUV251.32114.84129.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.38%
GREEN value IS 255 (100% from 255) = 34.65%
BLUE value IS 228 (89.45% from 255) = 30.98%
R=34.38%
G=34.65%
B=30.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532552280.0100.11064.4410094.71
HexFDFFE410B040645f
Octal37537734410130100144137
Binary1111110111111111111001001010110100000011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFE4; }

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

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

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

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

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

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

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

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