Html Css Color HEX #FAFDD9 Light Goldenrod Yellow

📋 copy color: '#FAFDD9'

red 250 ◦ green 253 ◦ blue 217

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

Shades of Light Goldenrod Yellow #FAFDD9

Tints of Light Goldenrod Yellow #FAFDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.14%

 BLUE value IS 217 (85.16% from 255) = 30.14%

R = 34.72%
G = 35.14%
B = 30.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FAFDD9 (or 0xFAFDD9) is known color: Light Goldenrod Yellow. HEX triplet: FA, FD and D9. RGB value is (250,253,217). Sum of RGB (Red+Green+Blue) = 250+253+217=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 217 (85.16% from 255 or 30.14% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDD9 is #050226. Grayscale: #F8F8F8. Windows color (decimal): -328231 or 14286330. OLE color: 14286330.

HSL color Cylindrical-coordinate representation of color #FAFDD9: hue angle of 65º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAFDD9 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 217 -
CMYK 0.01 0 0.14 0.01
HSL 65º 0.9% 0.92% -
HSV(B) 65º 0.14% 0.99% -
XYZ 87.07 95.58 79.51 -
YUV 248 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 250 253 217 0.01 0 0.14 0.01 65 0.9 0.92
Hex FA FD D9 1 0 E 1 41 5A 5C
Octal 372 375 331 1 0 16 1 101 132 134
Binary 11111010 11111101 11011001 1 0 1110 1 1000001 1011010 1011100

Color Harmonies of #FAFDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFDD9

Black with #FAFDD9

Text Example


Text Example

White with #FAFDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFDD9; }

 p { color: rgb(250,253,217); }

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

background-color css

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

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

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

border-color css

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

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

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