Html Css Color HEX #FAFCD3 Light Goldenrod Yellow

📋 copy color: '#FAFCD3'

red 250 ◦ green 252 ◦ blue 211

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

Shades of Light Goldenrod Yellow #FAFCD3

Tints of Light Goldenrod Yellow #FAFCD3

RGB

 RED value IS 250 (98.05% from 255) = 35.06%

 GREEN value IS 252 (98.83% from 255) = 35.34%

 BLUE value IS 211 (82.81% from 255) = 29.59%

R = 35.06%
G = 35.34%
B = 29.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FAFCD3 (or 0xFAFCD3) is known color: Light Goldenrod Yellow. HEX triplet: FA, FC and D3. RGB value is (250,252,211). Sum of RGB (Red+Green+Blue) = 250+252+211=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 211 (82.81% from 255 or 29.59% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCD3 is #05032C. Grayscale: #F6F6F6. Windows color (decimal): -328493 or 13892858. OLE color: 13892858.

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

Color convert

RGB 250 252 211 -
CMYK 0.01 0 0.16 0.01
HSL 62.93º 0.87% 0.91% -
HSV(B) 62.93º 0.16% 0.99% -
XYZ 85.99 94.65 75.36 -
YUV 246.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 250 252 211 0.01 0 0.16 0.01 62.93 0.87 0.91
Hex FA FC D3 1 0 10 1 3F 57 5B
Octal 372 374 323 1 0 20 1 77 127 133
Binary 11111010 11111100 11010011 1 0 10000 1 111111 1010111 1011011

Color Harmonies of #FAFCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFCD3

Black with #FAFCD3

Text Example


Text Example

White with #FAFCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFCD3; }

 p { color: rgb(250,252,211); }

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

background-color css

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

 a { background-color: rgb(250,252,211); }

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

border-color css

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

 span { border-color: rgb(250,252,211); }

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