#FDFFE1

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

Shades of Light Yellow #FDFFE1

Tints of Light Yellow #FDFFE1

Color information

#FDFFE1 (or 0xFDFFE1) is unknown color: approx Light Yellow. HEX triplet: FD, FF and E1. RGB value is (253,255,225). Sum of RGB (Red+Green+Blue) = 253+255+225=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 225 (88.28% from 255 or 30.70% from 733); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFE1 is #02001E. Grayscale: #FBFBFB. Windows color (decimal): -131103 or 14811133. OLE color: 14811133.

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

Color convert

RGB253255225-
CMYK0.0100.120
HSL64º100%94.12%-
HSV(B)64º11.76%100%-
XYZ89.8697.8485.38-
YUV250.98113.34129.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.52%
GREEN value IS 255 (100% from 255) = 34.79%
BLUE value IS 225 (88.28% from 255) = 30.70%
R=34.52%
G=34.79%
B=30.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532552250.0100.1206410094.12
HexFDFFE110C040645e
Octal37537734110140100144136
Binary1111110111111111111000011011000100000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFE1; }

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

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

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

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

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

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

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

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