Html Css Color HEX #FCFCD0 Light Goldenrod Yellow

📋 copy color: '#FCFCD0'

red 252 ◦ green 252 ◦ blue 208

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

Shades of Light Goldenrod Yellow #FCFCD0

Tints of Light Goldenrod Yellow #FCFCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.21%

R = 35.39%
G = 35.39%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCFCD0 (or 0xFCFCD0) is known color: Light Goldenrod Yellow. HEX triplet: FC, FC and D0. RGB value is (252,252,208). Sum of RGB (Red+Green+Blue) = 252+252+208=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 208 (81.64% from 255 or 29.21% from 712); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCD0 is #03032F. Grayscale: #F7F7F7. Windows color (decimal): -197424 or 13696252. OLE color: 13696252.

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

Color convert

RGB 252 252 208 -
CMYK 0 0 0.17 0.01
HSL 60º 0.88% 0.9% -
HSV(B) 60º 0.17% 0.99% -
XYZ 86.34 94.87 73.44 -
YUV 246.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 252 252 208 0 0 0.17 0.01 60 0.88 0.9
Hex FC FC D0 0 0 11 1 3C 58 5A
Octal 374 374 320 0 0 21 1 74 130 132
Binary 11111100 11111100 11010000 0 0 10001 1 111100 1011000 1011010

Color Harmonies of #FCFCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCD0

Black with #FCFCD0

Text Example


Text Example

White with #FCFCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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