Html Css Color HEX #FAFAD3 Light Goldenrod Yellow

📋 copy color: '#FAFAD3'

red 250 ◦ green 250 ◦ blue 211

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

Shades of Light Goldenrod Yellow #FAFAD3

Tints of Light Goldenrod Yellow #FAFAD3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.16%

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

R = 35.16%
G = 35.16%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAFAD3 (or 0xFAFAD3) is known color: Light Goldenrod Yellow. HEX triplet: FA, FA and D3. RGB value is (250,250,211). Sum of RGB (Red+Green+Blue) = 250+250+211=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 211 (82.81% from 255 or 29.68% from 711); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAD3 is #05052C. Grayscale: #F5F5F5. Windows color (decimal): -329005 or 13892346. OLE color: 13892346.

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

Color convert

RGB 250 250 211 -
CMYK 0 0 0.16 0.02
HSL 60º 0.8% 0.9% -
HSV(B) 60º 0.16% 0.98% -
XYZ 85.37 93.4 75.16 -
YUV 245.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 250 250 211 0 0 0.16 0.02 60 0.8 0.9
Hex FA FA D3 0 0 10 2 3C 50 5A
Octal 372 372 323 0 0 20 2 74 120 132
Binary 11111010 11111010 11010011 0 0 10000 10 111100 1010000 1011010

Color Harmonies of #FAFAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAD3

Black with #FAFAD3

Text Example


Text Example

White with #FAFAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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