Html Css Color HEX #FEFFD5 Light Goldenrod Yellow

📋 copy color: '#FEFFD5'

red 254 ◦ green 255 ◦ blue 213

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

Shades of Light Goldenrod Yellow #FEFFD5

Tints of Light Goldenrod Yellow #FEFFD5

RGB

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

 GREEN value IS 255 (100% from 255) = 35.32%

 BLUE value IS 213 (83.59% from 255) = 29.5%

R = 35.18%
G = 35.32%
B = 29.5%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FEFFD5 (or 0xFEFFD5) is known color: Light Goldenrod Yellow. HEX triplet: FE, FF and D5. RGB value is (254,255,213). Sum of RGB (Red+Green+Blue) = 254+255+213=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 213 (83.59% from 255 or 29.50% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFD5 is #01002A. Grayscale: #FAFAFA. Windows color (decimal): -65579 or 14024702. OLE color: 14024702.

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

Color convert

RGB 254 255 213 -
CMYK 0.00 0 0.16 0
HSL 61.43º 1% 0.92% -
HSV(B) 61.43º 0.16% 1% -
XYZ 88.64 97.39 77.08 -
YUV 249.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 254 255 213 0.00 0 0.16 0 61.43 1 0.92
Hex FE FF D5 0 0 10 0 3D 64 5C
Octal 376 377 325 0 0 20 0 75 144 134
Binary 11111110 11111111 11010101 0 0 10000 0 111101 1100100 1011100

Color Harmonies of #FEFFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFD5

Black with #FEFFD5

Text Example


Text Example

White with #FEFFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFD5; }

 p { color: rgb(254,255,213); }

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

background-color css

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

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

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

border-color css

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

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

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