Html Css Color HEX #FCFDD5 Light Goldenrod Yellow

📋 copy color: '#FCFDD5'

red 252 ◦ green 253 ◦ blue 213

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

Shades of Light Goldenrod Yellow #FCFDD5

Tints of Light Goldenrod Yellow #FCFDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 29.67%

R = 35.1%
G = 35.24%
B = 29.67%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCFDD5 (or 0xFCFDD5) is known color: Light Goldenrod Yellow. HEX triplet: FC, FD and D5. RGB value is (252,253,213). Sum of RGB (Red+Green+Blue) = 252+253+213=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 213 (83.59% from 255 or 29.67% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDD5 is #03022A. Grayscale: #F8F8F8. Windows color (decimal): -197163 or 14024188. OLE color: 14024188.

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

Color convert

RGB 252 253 213 -
CMYK 0.00 0 0.16 0.01
HSL 61.5º 0.91% 0.91% -
HSV(B) 61.5º 0.16% 0.99% -
XYZ 87.28 95.75 76.83 -
YUV 248.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 252 253 213 0.00 0 0.16 0.01 61.5 0.91 0.91
Hex FC FD D5 0 0 10 1 3E 5B 5B
Octal 374 375 325 0 0 20 1 76 133 133
Binary 11111100 11111101 11010101 0 0 10000 1 111110 1011011 1011011

Color Harmonies of #FCFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDD5

Black with #FCFDD5

Text Example


Text Example

White with #FCFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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