Html Css Color HEX #FAFED2 Light Goldenrod Yellow

📋 copy color: '#FAFED2'

red 250 ◦ green 254 ◦ blue 210

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

Shades of Light Goldenrod Yellow #FAFED2

Tints of Light Goldenrod Yellow #FAFED2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.57%

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

R = 35.01%
G = 35.57%
B = 29.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FAFED2 (or 0xFAFED2) is known color: Light Goldenrod Yellow. HEX triplet: FA, FE and D2. RGB value is (250,254,210). Sum of RGB (Red+Green+Blue) = 250+254+210=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 210 (82.42% from 255 or 29.41% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFED2 is #05012D. Grayscale: #F7F7F7. Windows color (decimal): -327982 or 13827834. OLE color: 13827834.

HSL color Cylindrical-coordinate representation of color #FAFED2: hue angle of 65.45º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAFED2 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 210 -
CMYK 0.02 0 0.17 0.00
HSL 65.45º 0.96% 0.91% -
HSV(B) 65.45º 0.17% 1% -
XYZ 86.5 95.86 74.92 -
YUV 247.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 250 254 210 0.02 0 0.17 0.00 65.45 0.96 0.91
Hex FA FE D2 2 0 11 0 41 60 5B
Octal 372 376 322 2 0 21 0 101 140 133
Binary 11111010 11111110 11010010 10 0 10001 0 1000001 1100000 1011011

Color Harmonies of #FAFED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFED2

Black with #FAFED2

Text Example


Text Example

White with #FAFED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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