Html Css Color HEX #FDFEDE Light Yellow

📋 copy color: '#FDFEDE'

red 253 ◦ green 254 ◦ blue 222

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

Shades of Light Yellow #FDFEDE

Tints of Light Yellow #FDFEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 30.45%

R = 34.71%
G = 34.84%
B = 30.45%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FDFEDE (or 0xFDFEDE) is known color: Light Yellow. HEX triplet: FD, FE and DE. RGB value is (253,254,222). Sum of RGB (Red+Green+Blue) = 253+254+222=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 222 (87.11% from 255 or 30.45% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEDE is #020121. Grayscale: #FAFAFA. Windows color (decimal): -131362 or 14614269. OLE color: 14614269.

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

Color convert

RGB 253 254 222 -
CMYK 0.00 0 0.13 0.00
HSL 61.88º 0.94% 0.93% -
HSV(B) 61.88º 0.13% 1% -
XYZ 89.13 97.04 83.14 -
YUV 250.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 253 254 222 0.00 0 0.13 0.00 61.88 0.94 0.93
Hex FD FE DE 0 0 D 0 3E 5E 5D
Octal 375 376 336 0 0 15 0 76 136 135
Binary 11111101 11111110 11011110 0 0 1101 0 111110 1011110 1011101

Color Harmonies of #FDFEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEDE

Black with #FDFEDE

Text Example


Text Example

White with #FDFEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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