Html Css Color HEX #FAF7D1 Light Goldenrod Yellow

📋 copy color: '#FAF7D1'

red 250 ◦ green 247 ◦ blue 209

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

Shades of Light Goldenrod Yellow #FAF7D1

Tints of Light Goldenrod Yellow #FAF7D1

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.99%

 BLUE value IS 209 (82.03% from 255) = 29.6%

R = 35.41%
G = 34.99%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAF7D1 (or 0xFAF7D1) is known color: Light Goldenrod Yellow. HEX triplet: FA, F7 and D1. RGB value is (250,247,209). Sum of RGB (Red+Green+Blue) = 250+247+209=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 209 (82.03% from 255 or 29.60% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7D1 is #05082E. Grayscale: #F3F3F3. Windows color (decimal): -329775 or 13760506. OLE color: 13760506.

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

Color convert

RGB 250 247 209 -
CMYK 0 0.01 0.16 0.02
HSL 55.61º 0.8% 0.9% -
HSV(B) 55.61º 0.16% 0.98% -
XYZ 84.19 91.45 73.54 -
YUV 243.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 250 247 209 0 0.01 0.16 0.02 55.61 0.8 0.9
Hex FA F7 D1 0 1 10 2 38 50 5A
Octal 372 367 321 0 1 20 2 70 120 132
Binary 11111010 11110111 11010001 0 1 10000 10 111000 1010000 1011010

Color Harmonies of #FAF7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7D1

Black with #FAF7D1

Text Example


Text Example

White with #FAF7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7D1; }

 p { color: rgb(250,247,209); }

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

background-color css

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

 a { background-color: rgb(250,247,209); }

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

border-color css

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

 span { border-color: rgb(250,247,209); }

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