Html Css Color HEX #FAF8D0 Light Goldenrod Yellow

📋 copy color: '#FAF8D0'

red 250 ◦ green 248 ◦ blue 208

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

Shades of Light Goldenrod Yellow #FAF8D0

Tints of Light Goldenrod Yellow #FAF8D0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.13%

 BLUE value IS 208 (81.64% from 255) = 29.46%

R = 35.41%
G = 35.13%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAF8D0 (or 0xFAF8D0) is known color: Light Goldenrod Yellow. HEX triplet: FA, F8 and D0. RGB value is (250,248,208). Sum of RGB (Red+Green+Blue) = 250+248+208=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 208 (81.64% from 255 or 29.46% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8D0 is #05072F. Grayscale: #F4F4F4. Windows color (decimal): -329520 or 13695226. OLE color: 13695226.

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

Color convert

RGB 250 248 208 -
CMYK 0 0.01 0.17 0.02
HSL 57.14º 0.81% 0.9% -
HSV(B) 57.14º 0.17% 0.98% -
XYZ 84.38 92.01 72.99 -
YUV 244.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 250 248 208 0 0.01 0.17 0.02 57.14 0.81 0.9
Hex FA F8 D0 0 1 11 2 39 51 5A
Octal 372 370 320 0 1 21 2 71 121 132
Binary 11111010 11111000 11010000 0 1 10001 10 111001 1010001 1011010

Color Harmonies of #FAF8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8D0

Black with #FAF8D0

Text Example


Text Example

White with #FAF8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8D0; }

 p { color: rgb(250,248,208); }

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

background-color css

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

 a { background-color: rgb(250,248,208); }

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

border-color css

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

 span { border-color: rgb(250,248,208); }

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