Html Css Color HEX #FCFCD4 Light Goldenrod Yellow

📋 copy color: '#FCFCD4'

red 252 ◦ green 252 ◦ blue 212

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

Shades of Light Goldenrod Yellow #FCFCD4

Tints of Light Goldenrod Yellow #FCFCD4

RGB

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

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

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

R = 35.2%
G = 35.2%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCFCD4 (or 0xFCFCD4) is known color: Light Goldenrod Yellow. HEX triplet: FC, FC and D4. RGB value is (252,252,212). Sum of RGB (Red+Green+Blue) = 252+252+212=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 212 (83.20% from 255 or 29.61% from 716); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCD4 is #03032B. Grayscale: #F7F7F7. Windows color (decimal): -197420 or 13958396. OLE color: 13958396.

HSL color Cylindrical-coordinate representation of color #FCFCD4: 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.16%. Process color model (Four color, CMYK) of #FCFCD4 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 212 -
CMYK 0 0 0.16 0.01
HSL 60º 0.87% 0.91% -
HSV(B) 60º 0.16% 0.99% -
XYZ 86.84 95.07 76.06 -
YUV 247.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 252 252 212 0 0 0.16 0.01 60 0.87 0.91
Hex FC FC D4 0 0 10 1 3C 57 5B
Octal 374 374 324 0 0 20 1 74 127 133
Binary 11111100 11111100 11010100 0 0 10000 1 111100 1010111 1011011

Color Harmonies of #FCFCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCD4

Black with #FCFCD4

Text Example


Text Example

White with #FCFCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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