Html Css Color HEX #FCFFCC Light Goldenrod Yellow

📋 copy color: '#FCFFCC'

red 252 ◦ green 255 ◦ blue 204

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

Shades of Light Goldenrod Yellow #FCFFCC

Tints of Light Goldenrod Yellow #FCFFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 28.69%

R = 35.44%
G = 35.86%
B = 28.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FCFFCC (or 0xFCFFCC) is known color: Light Goldenrod Yellow. HEX triplet: FC, FF and CC. RGB value is (252,255,204). Sum of RGB (Red+Green+Blue) = 252+255+204=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 204 (80.08% from 255 or 28.69% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFCC is #030033. Grayscale: #F8F8F8. Windows color (decimal): -196660 or 13434876. OLE color: 13434876.

HSL color Cylindrical-coordinate representation of color #FCFFCC: hue angle of 63.53º 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 #FCFFCC is Cyan = 0.01, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 252 255 204 -
CMYK 0.01 0 0.2 0
HSL 63.53º 1% 0.9% -
HSV(B) 63.53º 0.2% 1% -
XYZ 86.8 96.58 71.19 -
YUV 248.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 252 255 204 0.01 0 0.2 0 63.53 1 0.9
Hex FC FF CC 1 0 14 0 40 64 5A
Octal 374 377 314 1 0 24 0 100 144 132
Binary 11111100 11111111 11001100 1 0 10100 0 1000000 1100100 1011010

Color Harmonies of #FCFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFCC

Black with #FCFFCC

Text Example


Text Example

White with #FCFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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