Html Css Color HEX #FCFFCD Light Goldenrod Yellow

📋 copy color: '#FCFFCD'

red 252 ◦ green 255 ◦ blue 205

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

Shades of Light Goldenrod Yellow #FCFFCD

Tints of Light Goldenrod Yellow #FCFFCD

RGB

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

 GREEN value IS 255 (100% from 255) = 35.81%

 BLUE value IS 205 (80.47% from 255) = 28.79%

R = 35.39%
G = 35.81%
B = 28.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FCFFCD (or 0xFCFFCD) is known color: Light Goldenrod Yellow. HEX triplet: FC, FF and CD. RGB value is (252,255,205). Sum of RGB (Red+Green+Blue) = 252+255+205=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 205 (80.47% from 255 or 28.79% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFCD is #030032. Grayscale: #F8F8F8. Windows color (decimal): -196659 or 13500412. OLE color: 13500412.

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

Color convert

RGB 252 255 205 -
CMYK 0.01 0 0.20 0
HSL 63.6º 1% 0.9% -
HSV(B) 63.6º 0.2% 1% -
XYZ 86.92 96.62 71.83 -
YUV 248.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 252 255 205 0.01 0 0.20 0 63.6 1 0.9
Hex FC FF CD 1 0 14 0 40 64 5A
Octal 374 377 315 1 0 24 0 100 144 132
Binary 11111100 11111111 11001101 1 0 10100 0 1000000 1100100 1011010

Color Harmonies of #FCFFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFCD

Black with #FCFFCD

Text Example


Text Example

White with #FCFFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFCD; }

 p { color: rgb(252,255,205); }

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

background-color css

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

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

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

border-color css

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

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

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