Html Css Color HEX #FDFEDA Light Yellow

📋 copy color: '#FDFEDA'

red 253 ◦ green 254 ◦ blue 218

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

Shades of Light Yellow #FDFEDA

Tints of Light Yellow #FDFEDA

RGB

 RED value IS 253 (99.22% from 255) = 34.9%

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

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

R = 34.9%
G = 35.03%
B = 30.07%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FDFEDA (or 0xFDFEDA) is known color: Light Yellow. HEX triplet: FD, FE and DA. RGB value is (253,254,218). Sum of RGB (Red+Green+Blue) = 253+254+218=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 218 (85.55% from 255 or 30.07% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEDA is #020125. Grayscale: #F9F9F9. Windows color (decimal): -131366 or 14352125. OLE color: 14352125.

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

Color convert

RGB 253 254 218 -
CMYK 0.00 0 0.14 0.00
HSL 61.67º 0.95% 0.93% -
HSV(B) 61.67º 0.14% 1% -
XYZ 88.6 96.83 80.35 -
YUV 249.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 253 254 218 0.00 0 0.14 0.00 61.67 0.95 0.93
Hex FD FE DA 0 0 E 0 3E 5F 5D
Octal 375 376 332 0 0 16 0 76 137 135
Binary 11111101 11111110 11011010 0 0 1110 0 111110 1011111 1011101

Color Harmonies of #FDFEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEDA

Black with #FDFEDA

Text Example


Text Example

White with #FDFEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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