#FEFDE4

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

Shades of Light Yellow #FEFDE4

Tints of Light Yellow #FEFDE4

Color information

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

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

Color convert

RGB254253228-
CMYK00.000.100.00
HSL57.69º92.86%94.51%-
HSV(B)57.69º10.24%99.61%-
XYZ9096.9287.36-
YUV250.45115.33130.53-

RGB Variations

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

RGB

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

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
Decimal25425322800.000.100.0057.6992.8694.51
HexFEFDE400A03a5d5f
Octal3763753440012072135137
Binary111111101111110111100100001010011101010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDE4; }

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

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

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

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

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

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

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

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