Html Css Color HEX #FAF9D3 Light Goldenrod Yellow

📋 copy color: '#FAF9D3'

red 250 ◦ green 249 ◦ blue 211

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

Shades of Light Goldenrod Yellow #FAF9D3

Tints of Light Goldenrod Yellow #FAF9D3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.07%

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

R = 35.21%
G = 35.07%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAF9D3 (or 0xFAF9D3) is known color: Light Goldenrod Yellow. HEX triplet: FA, F9 and D3. RGB value is (250,249,211). Sum of RGB (Red+Green+Blue) = 250+249+211=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 249 (97.66% from 255 or 35.07% from 710); Blue value is 211 (82.81% from 255 or 29.72% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9D3 is #05062C. Grayscale: #F5F5F5. Windows color (decimal): -329261 or 13892090. OLE color: 13892090.

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

Color convert

RGB 250 249 211 -
CMYK 0 0.00 0.16 0.02
HSL 58.46º 0.8% 0.9% -
HSV(B) 58.46º 0.16% 0.98% -
XYZ 85.06 92.78 75.05 -
YUV 244.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 250 249 211 0 0.00 0.16 0.02 58.46 0.8 0.9
Hex FA F9 D3 0 0 10 2 3A 50 5A
Octal 372 371 323 0 0 20 2 72 120 132
Binary 11111010 11111001 11010011 0 0 10000 10 111010 1010000 1011010

Color Harmonies of #FAF9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9D3

Black with #FAF9D3

Text Example


Text Example

White with #FAF9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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