Html Css Color HEX #FCFCD5 Light Goldenrod Yellow

📋 copy color: '#FCFCD5'

red 252 ◦ green 252 ◦ blue 213

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

Shades of Light Goldenrod Yellow #FCFCD5

Tints of Light Goldenrod Yellow #FCFCD5

RGB

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

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

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

R = 35.15%
G = 35.15%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCFCD5 (or 0xFCFCD5) is known color: Light Goldenrod Yellow. HEX triplet: FC, FC and D5. RGB value is (252,252,213). Sum of RGB (Red+Green+Blue) = 252+252+213=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 213 (83.59% from 255 or 29.71% from 717); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCD5 is #03032A. Grayscale: #F7F7F7. Windows color (decimal): -197419 or 14023932. OLE color: 14023932.

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

Color convert

RGB 252 252 213 -
CMYK 0 0 0.15 0.01
HSL 60º 0.87% 0.91% -
HSV(B) 60º 0.15% 0.99% -
XYZ 86.97 95.12 76.73 -
YUV 247.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 252 252 213 0 0 0.15 0.01 60 0.87 0.91
Hex FC FC D5 0 0 F 1 3C 57 5B
Octal 374 374 325 0 0 17 1 74 127 133
Binary 11111100 11111100 11010101 0 0 1111 1 111100 1010111 1011011

Color Harmonies of #FCFCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCD5

Black with #FCFCD5

Text Example


Text Example

White with #FCFCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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