#FEFDE5

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

Shades of Light Yellow #FEFDE5

Tints of Light Yellow #FEFDE5

Color information

#FEFDE5 (or 0xFEFDE5) is unknown color: approx Light Yellow. HEX triplet: FE, FD and E5. RGB value is (254,253,229). Sum of RGB (Red+Green+Blue) = 254+253+229=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 229 (89.84% from 255 or 31.11% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDE5 is #01021A. Grayscale: #FAFAFA. Windows color (decimal): -66075 or 15072766. OLE color: 15072766.

HSL color Cylindrical-coordinate representation of color #FEFDE5: hue angle of 57.6º 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 #FEFDE5 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB254253229-
CMYK00.000.100.00
HSL57.6º92.59%94.71%-
HSV(B)57.6º9.84%99.61%-
XYZ90.1496.9888.1-
YUV250.56115.83130.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.51%
GREEN value IS 253 (99.22% from 255) = 34.38%
BLUE value IS 229 (89.84% from 255) = 31.11%
R=34.51%
G=34.38%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425322900.000.100.0057.692.5994.71
HexFEFDE500A03a5d5f
Octal3763753450012072135137
Binary111111101111110111100101001010011101010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDE5; }

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

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

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

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

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

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

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

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