Html Css Color HEX #FEFEDA Light Yellow

📋 copy color: '#FEFEDA'

red 254 ◦ green 254 ◦ blue 218

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

Shades of Light Yellow #FEFEDA

Tints of Light Yellow #FEFEDA

RGB

 RED value IS 254 (99.61% from 255) = 34.99%

 GREEN value IS 254 (99.61% from 255) = 34.99%

 BLUE value IS 218 (85.55% from 255) = 30.03%

R = 34.99%
G = 34.99%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEFEDA (or 0xFEFEDA) is known color: Light Yellow. HEX triplet: FE, FE and DA. RGB value is (254,254,218). Sum of RGB (Red+Green+Blue) = 254+254+218=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 218 (85.55% from 255 or 30.03% from 726); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEDA is #010125. Grayscale: #FAFAFA. Windows color (decimal): -65830 or 14352126. OLE color: 14352126.

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

Color convert

RGB 254 254 218 -
CMYK 0 0 0.14 0.00
HSL 60º 0.95% 0.93% -
HSV(B) 60º 0.14% 1% -
XYZ 88.97 97.02 80.37 -
YUV 249.9 110 130.93 -
System Red Green Blue C M Y K H S L
Decimal 254 254 218 0 0 0.14 0.00 60 0.95 0.93
Hex FE FE DA 0 0 E 0 3C 5F 5D
Octal 376 376 332 0 0 16 0 74 137 135
Binary 11111110 11111110 11011010 0 0 1110 0 111100 1011111 1011101

Color Harmonies of #FEFEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEDA

Black with #FEFEDA

Text Example


Text Example

White with #FEFEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEDA; }

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

 H1.HeaderClassName
 {
   color: #FEFEDA;
 }
 .AnyTagClassName
 {
   color: #FEFEDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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