Html Css Color HEX #FEFFD4 Light Goldenrod Yellow

📋 copy color: '#FEFFD4'

red 254 ◦ green 255 ◦ blue 212

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

Shades of Light Goldenrod Yellow #FEFFD4

Tints of Light Goldenrod Yellow #FEFFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 29.4%

R = 35.23%
G = 35.37%
B = 29.4%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FEFFD4 (or 0xFEFFD4) is known color: Light Goldenrod Yellow. HEX triplet: FE, FF and D4. RGB value is (254,255,212). Sum of RGB (Red+Green+Blue) = 254+255+212=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 212 (83.20% from 255 or 29.40% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFD4 is #01002B. Grayscale: #F9F9F9. Windows color (decimal): -65580 or 13959166. OLE color: 13959166.

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

Color convert

RGB 254 255 212 -
CMYK 0.00 0 0.17 0
HSL 61.4º 1% 0.92% -
HSV(B) 61.4º 0.17% 1% -
XYZ 88.52 97.34 76.41 -
YUV 249.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 254 255 212 0.00 0 0.17 0 61.4 1 0.92
Hex FE FF D4 0 0 11 0 3D 64 5C
Octal 376 377 324 0 0 21 0 75 144 134
Binary 11111110 11111111 11010100 0 0 10001 0 111101 1100100 1011100

Color Harmonies of #FEFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFD4

Black with #FEFFD4

Text Example


Text Example

White with #FEFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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