Html Css Color HEX #FDFFD2 Light Goldenrod Yellow

📋 copy color: '#FDFFD2'

red 253 ◦ green 255 ◦ blue 210

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

Shades of Light Goldenrod Yellow #FDFFD2

Tints of Light Goldenrod Yellow #FDFFD2

RGB

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

 GREEN value IS 255 (100% from 255) = 35.52%

 BLUE value IS 210 (82.42% from 255) = 29.25%

R = 35.24%
G = 35.52%
B = 29.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FDFFD2 (or 0xFDFFD2) is known color: Light Goldenrod Yellow. HEX triplet: FD, FF and D2. RGB value is (253,255,210). Sum of RGB (Red+Green+Blue) = 253+255+210=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 210 (82.42% from 255 or 29.25% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFD2 is #02002D. Grayscale: #F9F9F9. Windows color (decimal): -131118 or 13828093. OLE color: 13828093.

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

Color convert

RGB 253 255 210 -
CMYK 0.01 0 0.18 0
HSL 62.67º 1% 0.91% -
HSV(B) 62.67º 0.18% 1% -
XYZ 87.9 97.06 75.07 -
YUV 249.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 253 255 210 0.01 0 0.18 0 62.67 1 0.91
Hex FD FF D2 1 0 12 0 3F 64 5B
Octal 375 377 322 1 0 22 0 77 144 133
Binary 11111101 11111111 11010010 1 0 10010 0 111111 1100100 1011011

Color Harmonies of #FDFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFD2

Black with #FDFFD2

Text Example


Text Example

White with #FDFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFD2; }

 p { color: rgb(253,255,210); }

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

background-color css

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

 a { background-color: rgb(253,255,210); }

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

border-color css

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

 span { border-color: rgb(253,255,210); }

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