Html Css Color HEX #FEFEDB Light Yellow

📋 copy color: '#FEFEDB'

red 254 ◦ green 254 ◦ blue 219

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

Shades of Light Yellow #FEFEDB

Tints of Light Yellow #FEFEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 30.12%

R = 34.94%
G = 34.94%
B = 30.12%

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

#FEFEDB (or 0xFEFEDB) is known color: Light Yellow. HEX triplet: FE, FE and DB. RGB value is (254,254,219). Sum of RGB (Red+Green+Blue) = 254+254+219=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 219 (85.94% from 255 or 30.12% from 727); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEDB is #010124. Grayscale: #FAFAFA. Windows color (decimal): -65829 or 14417662. OLE color: 14417662.

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

Color convert

RGB 254 254 219 -
CMYK 0 0 0.14 0.00
HSL 60º 0.95% 0.93% -
HSV(B) 60º 0.14% 1% -
XYZ 89.1 97.07 81.06 -
YUV 250.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 254 254 219 0 0 0.14 0.00 60 0.95 0.93
Hex FE FE DB 0 0 E 0 3C 5F 5D
Octal 376 376 333 0 0 16 0 74 137 135
Binary 11111110 11111110 11011011 0 0 1110 0 111100 1011111 1011101

Color Harmonies of #FEFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEDB

Black with #FEFEDB

Text Example


Text Example

White with #FEFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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