Html Css Color HEX #FCFDD7 Light Goldenrod Yellow

📋 copy color: '#FCFDD7'

red 252 ◦ green 253 ◦ blue 215

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

Shades of Light Goldenrod Yellow #FCFDD7

Tints of Light Goldenrod Yellow #FCFDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 29.86%

R = 35%
G = 35.14%
B = 29.86%

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

#FCFDD7 (or 0xFCFDD7) is known color: Light Goldenrod Yellow. HEX triplet: FC, FD and D7. RGB value is (252,253,215). Sum of RGB (Red+Green+Blue) = 252+253+215=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 215 (84.38% from 255 or 29.86% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDD7 is #030228. Grayscale: #F8F8F8. Windows color (decimal): -197161 or 14155260. OLE color: 14155260.

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

Color convert

RGB 252 253 215 -
CMYK 0.00 0 0.15 0.01
HSL 61.58º 0.9% 0.92% -
HSV(B) 61.58º 0.15% 0.99% -
XYZ 87.54 95.85 78.18 -
YUV 248.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 252 253 215 0.00 0 0.15 0.01 61.58 0.9 0.92
Hex FC FD D7 0 0 F 1 3E 5A 5C
Octal 374 375 327 0 0 17 1 76 132 134
Binary 11111100 11111101 11010111 0 0 1111 1 111110 1011010 1011100

Color Harmonies of #FCFDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDD7

Black with #FCFDD7

Text Example


Text Example

White with #FCFDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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