Html Css Color HEX #FCFCD8 Light Goldenrod Yellow

📋 copy color: '#FCFCD8'

red 252 ◦ green 252 ◦ blue 216

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

Shades of Light Goldenrod Yellow #FCFCD8

Tints of Light Goldenrod Yellow #FCFCD8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35%

 BLUE value IS 216 (84.77% from 255) = 30%

R = 35%
G = 35%
B = 30%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCFCD8 (or 0xFCFCD8) is known color: Light Goldenrod Yellow. HEX triplet: FC, FC and D8. RGB value is (252,252,216). Sum of RGB (Red+Green+Blue) = 252+252+216=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 216 (84.77% from 255 or 30% from 720); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCD8 is #030327. Grayscale: #F8F8F8. Windows color (decimal): -197416 or 14220540. OLE color: 14220540.

HSL color Cylindrical-coordinate representation of color #FCFCD8: hue angle of 60º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCFCD8 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 216 -
CMYK 0 0 0.14 0.01
HSL 60º 0.86% 0.92% -
HSV(B) 60º 0.14% 0.99% -
XYZ 87.35 95.27 78.75 -
YUV 247.9 110 130.93 -
System Red Green Blue C M Y K H S L
Decimal 252 252 216 0 0 0.14 0.01 60 0.86 0.92
Hex FC FC D8 0 0 E 1 3C 56 5C
Octal 374 374 330 0 0 16 1 74 126 134
Binary 11111100 11111100 11011000 0 0 1110 1 111100 1010110 1011100

Color Harmonies of #FCFCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCD8

Black with #FCFCD8

Text Example


Text Example

White with #FCFCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCD8; }

 p { color: rgb(252,252,216); }

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

background-color css

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

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

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

border-color css

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

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

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