Html Css Color HEX #FCFDD9 Light Goldenrod Yellow

📋 copy color: '#FCFDD9'

red 252 ◦ green 253 ◦ blue 217

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

Shades of Light Goldenrod Yellow #FCFDD9

Tints of Light Goldenrod Yellow #FCFDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.04%

 BLUE value IS 217 (85.16% from 255) = 30.06%

R = 34.9%
G = 35.04%
B = 30.06%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCFDD9 (or 0xFCFDD9) is known color: Light Goldenrod Yellow. HEX triplet: FC, FD and D9. RGB value is (252,253,217). Sum of RGB (Red+Green+Blue) = 252+253+217=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 217 (85.16% from 255 or 30.06% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDD9 is #030226. Grayscale: #F8F8F8. Windows color (decimal): -197159 or 14286332. OLE color: 14286332.

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

Color convert

RGB 252 253 217 -
CMYK 0.00 0 0.14 0.01
HSL 61.67º 0.9% 0.92% -
HSV(B) 61.67º 0.14% 0.99% -
XYZ 87.79 95.96 79.54 -
YUV 248.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 252 253 217 0.00 0 0.14 0.01 61.67 0.9 0.92
Hex FC FD D9 0 0 E 1 3E 5A 5C
Octal 374 375 331 0 0 16 1 76 132 134
Binary 11111100 11111101 11011001 0 0 1110 1 111110 1011010 1011100

Color Harmonies of #FCFDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDD9

Black with #FCFDD9

Text Example


Text Example

White with #FCFDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDD9; }

 p { color: rgb(252,253,217); }

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

background-color css

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

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

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

border-color css

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

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

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