Html Css Color HEX #FAFAD2 LightGoldenrodYellow

📋 copy color: '#FAFAD2'

red 250 ◦ green 250 ◦ blue 210

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

Shades of LightGoldenrodYellow #FAFAD2

Tints of LightGoldenrodYellow #FAFAD2

RGB

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

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

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

R = 35.21%
G = 35.21%
B = 29.58%

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

#FAFAD2 (or 0xFAFAD2) is known color: LightGoldenrodYellow. HEX triplet: FA, FA and D2. RGB value is (250,250,210). Sum of RGB (Red+Green+Blue) = 250+250+210=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 210 (82.42% from 255 or 29.58% from 710); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAD2 is #05052D. Grayscale: #F5F5F5. Windows color (decimal): -329006 or 13826810. OLE color: 13826810.

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

Color convert

RGB 250 250 210 -
CMYK 0 0 0.16 0.02
HSL 60º 0.8% 0.9% -
HSV(B) 60º 0.16% 0.98% -
XYZ 85.24 93.35 74.5 -
YUV 245.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 250 250 210 0 0 0.16 0.02 60 0.8 0.9
Hex FA FA D2 0 0 10 2 3C 50 5A
Octal 372 372 322 0 0 20 2 74 120 132
Binary 11111010 11111010 11010010 0 0 10000 10 111100 1010000 1011010

Color Harmonies of #FAFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAD2

Black with #FAFAD2

Text Example


Text Example

White with #FAFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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