#FDFEE3

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

Shades of Light Yellow #FDFEE3

Tints of Light Yellow #FDFEE3

Color information

#FDFEE3 (or 0xFDFEE3) is unknown color: approx Light Yellow. HEX triplet: FD, FE and E3. RGB value is (253,254,227). Sum of RGB (Red+Green+Blue) = 253+254+227=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 227 (89.06% from 255 or 30.93% from 734); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEE3 is #02011C. Grayscale: #FAFAFA. Windows color (decimal): -131357 or 14941949. OLE color: 14941949.

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

Color convert

RGB253254227-
CMYK0.0000.110.00
HSL62.22º93.1%94.31%-
HSV(B)62.22º10.63%99.61%-
XYZ89.8197.3186.72-
YUV250.62114.67129.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.47%
GREEN value IS 254 (99.61% from 255) = 34.60%
BLUE value IS 227 (89.06% from 255) = 30.93%
R=34.47%
G=34.60%
B=30.93%

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
Decimal2532542270.0000.110.0062.2293.194.31
HexFDFEE300B03e5d5e
Octal3753763430013076135136
Binary111111011111111011100011001011011111010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEE3; }

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

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

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

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

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

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

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

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