Html Css Color HEX #FCFDD8 Light Goldenrod Yellow

📋 copy color: '#FCFDD8'

red 252 ◦ green 253 ◦ blue 216

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

Shades of Light Goldenrod Yellow #FCFDD8

Tints of Light Goldenrod Yellow #FCFDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 29.96%

R = 34.95%
G = 35.09%
B = 29.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCFDD8 (or 0xFCFDD8) is known color: Light Goldenrod Yellow. HEX triplet: FC, FD and D8. RGB value is (252,253,216). Sum of RGB (Red+Green+Blue) = 252+253+216=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 216 (84.77% from 255 or 29.96% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDD8 is #030227. Grayscale: #F8F8F8. Windows color (decimal): -197160 or 14220796. OLE color: 14220796.

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

Color convert

RGB 252 253 216 -
CMYK 0.00 0 0.15 0.01
HSL 61.62º 0.9% 0.92% -
HSV(B) 61.62º 0.15% 0.99% -
XYZ 87.66 95.9 78.86 -
YUV 248.48 109.67 130.51 -
System Red Green Blue C M Y K H S L
Decimal 252 253 216 0.00 0 0.15 0.01 61.62 0.9 0.92
Hex FC FD D8 0 0 F 1 3E 5A 5C
Octal 374 375 330 0 0 17 1 76 132 134
Binary 11111100 11111101 11011000 0 0 1111 1 111110 1011010 1011100

Color Harmonies of #FCFDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDD8

Black with #FCFDD8

Text Example


Text Example

White with #FCFDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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