Html Css Color HEX #FAF9D2 Light Goldenrod Yellow

📋 copy color: '#FAF9D2'

red 250 ◦ green 249 ◦ blue 210

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

Shades of Light Goldenrod Yellow #FAF9D2

Tints of Light Goldenrod Yellow #FAF9D2

RGB

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

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

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

R = 35.26%
G = 35.12%
B = 29.62%

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

#FAF9D2 (or 0xFAF9D2) is known color: Light Goldenrod Yellow. HEX triplet: FA, F9 and D2. RGB value is (250,249,210). Sum of RGB (Red+Green+Blue) = 250+249+210=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 249 (97.66% from 255 or 35.12% from 709); Blue value is 210 (82.42% from 255 or 29.62% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9D2 is #05062D. Grayscale: #F5F5F5. Windows color (decimal): -329262 or 13826554. OLE color: 13826554.

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

Color convert

RGB 250 249 210 -
CMYK 0 0.00 0.16 0.02
HSL 58.5º 0.8% 0.9% -
HSV(B) 58.5º 0.16% 0.98% -
XYZ 84.93 92.73 74.39 -
YUV 244.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 250 249 210 0 0.00 0.16 0.02 58.5 0.8 0.9
Hex FA F9 D2 0 0 10 2 3A 50 5A
Octal 372 371 322 0 0 20 2 72 120 132
Binary 11111010 11111001 11010010 0 0 10000 10 111010 1010000 1011010

Color Harmonies of #FAF9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9D2

Black with #FAF9D2

Text Example


Text Example

White with #FAF9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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