Html Css Color HEX #FDFFCE Light Goldenrod Yellow

📋 copy color: '#FDFFCE'

red 253 ◦ green 255 ◦ blue 206

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

Shades of Light Goldenrod Yellow #FDFFCE

Tints of Light Goldenrod Yellow #FDFFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 28.85%

R = 35.43%
G = 35.71%
B = 28.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FDFFCE (or 0xFDFFCE) is known color: Light Goldenrod Yellow. HEX triplet: FD, FF and CE. RGB value is (253,255,206). Sum of RGB (Red+Green+Blue) = 253+255+206=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 206 (80.86% from 255 or 28.85% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFCE is #020031. Grayscale: #F9F9F9. Windows color (decimal): -131122 or 13565949. OLE color: 13565949.

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

Color convert

RGB 253 255 206 -
CMYK 0.01 0 0.19 0
HSL 62.45º 1% 0.9% -
HSV(B) 62.45º 0.19% 1% -
XYZ 87.41 96.86 72.48 -
YUV 248.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 253 255 206 0.01 0 0.19 0 62.45 1 0.9
Hex FD FF CE 1 0 13 0 3E 64 5A
Octal 375 377 316 1 0 23 0 76 144 132
Binary 11111101 11111111 11001110 1 0 10011 0 111110 1100100 1011010

Color Harmonies of #FDFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFCE

Black with #FDFFCE

Text Example


Text Example

White with #FDFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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