Html Css Color HEX #FEFDDC Light Yellow

📋 copy color: '#FEFDDC'

red 254 ◦ green 253 ◦ blue 220

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

Shades of Light Yellow #FEFDDC

Tints of Light Yellow #FEFDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.8%

 BLUE value IS 220 (86.33% from 255) = 30.26%

R = 34.94%
G = 34.8%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEFDDC (or 0xFEFDDC) is known color: Light Yellow. HEX triplet: FE, FD and DC. RGB value is (254,253,220). Sum of RGB (Red+Green+Blue) = 254+253+220=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 220 (86.33% from 255 or 30.26% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDDC is #010223. Grayscale: #F9F9F9. Windows color (decimal): -66084 or 14482942. OLE color: 14482942.

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

Color convert

RGB 254 253 220 -
CMYK 0 0.00 0.13 0.00
HSL 58.24º 0.94% 0.93% -
HSV(B) 58.24º 0.13% 1% -
XYZ 88.92 96.49 81.65 -
YUV 249.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 254 253 220 0 0.00 0.13 0.00 58.24 0.94 0.93
Hex FE FD DC 0 0 D 0 3A 5E 5D
Octal 376 375 334 0 0 15 0 72 136 135
Binary 11111110 11111101 11011100 0 0 1101 0 111010 1011110 1011101

Color Harmonies of #FEFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDDC

Black with #FEFDDC

Text Example


Text Example

White with #FEFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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