Html Css Color HEX #FCFDD6 Light Goldenrod Yellow

📋 copy color: '#FCFDD6'

red 252 ◦ green 253 ◦ blue 214

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

Shades of Light Goldenrod Yellow #FCFDD6

Tints of Light Goldenrod Yellow #FCFDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 29.76%

R = 35.05%
G = 35.19%
B = 29.76%

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

#FCFDD6 (or 0xFCFDD6) is known color: Light Goldenrod Yellow. HEX triplet: FC, FD and D6. RGB value is (252,253,214). Sum of RGB (Red+Green+Blue) = 252+253+214=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 214 (83.98% from 255 or 29.76% from 719); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDD6 is #030229. Grayscale: #F8F8F8. Windows color (decimal): -197162 or 14089724. OLE color: 14089724.

HSL color Cylindrical-coordinate representation of color #FCFDD6: hue angle of 61.54º degrees, saturation: 0.91, 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 #FCFDD6 is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 253 214 -
CMYK 0.00 0 0.15 0.01
HSL 61.54º 0.91% 0.92% -
HSV(B) 61.54º 0.15% 0.99% -
XYZ 87.41 95.8 77.5 -
YUV 248.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 252 253 214 0.00 0 0.15 0.01 61.54 0.91 0.92
Hex FC FD D6 0 0 F 1 3E 5B 5C
Octal 374 375 326 0 0 17 1 76 133 134
Binary 11111100 11111101 11010110 0 0 1111 1 111110 1011011 1011100

Color Harmonies of #FCFDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDD6

Black with #FCFDD6

Text Example


Text Example

White with #FCFDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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