#FEFEDD

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

Shades of Light Yellow #FEFEDD

Tints of Light Yellow #FEFEDD

Color information

#FEFEDD (or 0xFEFEDD) is unknown color: approx Light Yellow. HEX triplet: FE, FE and DD. RGB value is (254,254,221). Sum of RGB (Red+Green+Blue) = 254+254+221=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 221 (86.72% from 255 or 30.32% from 729); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEDD is #010122. Grayscale: #FAFAFA. Windows color (decimal): -65827 or 14548734. OLE color: 14548734.

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

Color convert

RGB254254221-
CMYK000.130.00
HSL60º94.29%93.14%-
HSV(B)60º12.99%99.61%-
XYZ89.3797.1782.45-
YUV250.24111.5130.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.84%
GREEN value IS 254 (99.61% from 255) = 34.84%
BLUE value IS 221 (86.72% from 255) = 30.32%
R=34.84%
G=34.84%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254221000.130.006094.2993.14
HexFEFEDD00D03c5e5d
Octal3763763350015074136135
Binary111111101111111011011101001101011110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEDD; }

 p { color: rgb(254,254,221); }

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

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

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

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

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

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

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