Html Css Color HEX #FCFCD6 Light Goldenrod Yellow

📋 copy color: '#FCFCD6'

red 252 ◦ green 252 ◦ blue 214

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

Shades of Light Goldenrod Yellow #FCFCD6

Tints of Light Goldenrod Yellow #FCFCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 29.81%

R = 35.1%
G = 35.1%
B = 29.81%

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

#FCFCD6 (or 0xFCFCD6) is known color: Light Goldenrod Yellow. HEX triplet: FC, FC and D6. RGB value is (252,252,214). Sum of RGB (Red+Green+Blue) = 252+252+214=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 214 (83.98% from 255 or 29.81% from 718); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCD6 is #030329. Grayscale: #F7F7F7. Windows color (decimal): -197418 or 14089468. OLE color: 14089468.

HSL color Cylindrical-coordinate representation of color #FCFCD6: hue angle of 60º degrees, saturation: 0.86, 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 #FCFCD6 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 214 -
CMYK 0 0 0.15 0.01
HSL 60º 0.86% 0.91% -
HSV(B) 60º 0.15% 0.99% -
XYZ 87.09 95.17 77.4 -
YUV 247.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 252 252 214 0 0 0.15 0.01 60 0.86 0.91
Hex FC FC D6 0 0 F 1 3C 56 5B
Octal 374 374 326 0 0 17 1 74 126 133
Binary 11111100 11111100 11010110 0 0 1111 1 111100 1010110 1011011

Color Harmonies of #FCFCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCD6

Black with #FCFCD6

Text Example


Text Example

White with #FCFCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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