Html Css Color HEX #FCFED7 Light Goldenrod Yellow

📋 copy color: '#FCFED7'

red 252 ◦ green 254 ◦ blue 215

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

Shades of Light Goldenrod Yellow #FCFED7

Tints of Light Goldenrod Yellow #FCFED7

RGB

 RED value IS 252 (98.83% from 255) = 34.95%

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

 BLUE value IS 215 (84.38% from 255) = 29.82%

R = 34.95%
G = 35.23%
B = 29.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FCFED7 (or 0xFCFED7) is known color: Light Goldenrod Yellow. HEX triplet: FC, FE and D7. RGB value is (252,254,215). Sum of RGB (Red+Green+Blue) = 252+254+215=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 215 (84.38% from 255 or 29.82% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFED7 is #030128. Grayscale: #F9F9F9. Windows color (decimal): -196905 or 14155516. OLE color: 14155516.

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

Color convert

RGB 252 254 215 -
CMYK 0.01 0 0.15 0.00
HSL 63.08º 0.95% 0.92% -
HSV(B) 63.08º 0.15% 1% -
XYZ 87.85 96.49 78.28 -
YUV 248.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 252 254 215 0.01 0 0.15 0.00 63.08 0.95 0.92
Hex FC FE D7 1 0 F 0 3F 5F 5C
Octal 374 376 327 1 0 17 0 77 137 134
Binary 11111100 11111110 11010111 1 0 1111 0 111111 1011111 1011100

Color Harmonies of #FCFED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFED7

Black with #FCFED7

Text Example


Text Example

White with #FCFED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFED7; }

 p { color: rgb(252,254,215); }

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

background-color css

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

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

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

border-color css

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

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

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