Html Css Color HEX #FEFEDE Light Yellow

📋 copy color: '#FEFEDE'

red 254 ◦ green 254 ◦ blue 222

#FEFEDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Yellow #FEFEDE

Tints of Light Yellow #FEFEDE

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 value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEFEDE (or 0xFEFEDE) is known color: 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

RGB 254 254 222 -
CMYK 0 0 0.13 0.00
HSL 60º 0.94% 0.93% -
HSV(B) 60º 0.13% 1% -
XYZ 89.5 97.23 83.16 -
YUV 250.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 254 254 222 0 0 0.13 0.00 60 0.94 0.93
Hex FE FE DE 0 0 D 0 3C 5E 5D
Octal 376 376 336 0 0 15 0 74 136 135
Binary 11111110 11111110 11011110 0 0 1101 0 111100 1011110 1011101

Color Harmonies of #FEFEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEDE

Black with #FEFEDE

Text Example


Text Example

White with #FEFEDE

Text Example


Text Example

HTML Codes & Css Web 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>