#FEFEDE

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

Shades of Light Yellow #FEFEDE

Tints of Light Yellow #FEFEDE

Color information

#FEFEDE (or 0xFEFEDE) is unknown color: approx Light Yellow. HEX triplet: FE, FE and DE. RGB value is (254,254,222). Sum of RGB (Red+Green+Blue) = 254+254+222=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 222 (87.11% from 255 or 30.41% from 730); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEDE is #010121. Grayscale: #FAFAFA. Windows color (decimal): -65826 or 14614270. OLE color: 14614270.

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

Color convert

RGB254254222-
CMYK000.130.00
HSL60º94.12%93.33%-
HSV(B)60º12.6%99.61%-
XYZ89.597.2383.16-
YUV250.35112130.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.79%
GREEN value IS 254 (99.61% from 255) = 34.79%
BLUE value IS 222 (87.11% from 255) = 30.41%
R=34.79%
G=34.79%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254222000.130.006094.1293.33
HexFEFEDE00D03c5e5d
Octal3763763360015074136135
Binary111111101111111011011110001101011110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEDE; }

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

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

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

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

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

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

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

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