Html Css Color HEX #F9FAD5 Light Goldenrod Yellow

📋 copy color: '#F9FAD5'

red 249 ◦ green 250 ◦ blue 213

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

Shades of Light Goldenrod Yellow #F9FAD5

Tints of Light Goldenrod Yellow #F9FAD5

RGB

 RED value IS 249 (97.66% from 255) = 34.97%

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

 BLUE value IS 213 (83.59% from 255) = 29.92%

R = 34.97%
G = 35.11%
B = 29.92%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F9FAD5 (or 0xF9FAD5) is known color: Light Goldenrod Yellow. HEX triplet: F9, FA and D5. RGB value is (249,250,213). Sum of RGB (Red+Green+Blue) = 249+250+213=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 213 (83.59% from 255 or 29.92% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FAD5 is #06052A. Grayscale: #F5F5F5. Windows color (decimal): -394539 or 14023417. OLE color: 14023417.

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

Color convert

RGB 249 250 213 -
CMYK 0.00 0 0.15 0.02
HSL 61.62º 0.79% 0.91% -
HSV(B) 61.62º 0.15% 0.98% -
XYZ 85.26 93.32 76.47 -
YUV 245.48 109.67 130.51 -
System Red Green Blue C M Y K H S L
Decimal 249 250 213 0.00 0 0.15 0.02 61.62 0.79 0.91
Hex F9 FA D5 0 0 F 2 3E 4F 5B
Octal 371 372 325 0 0 17 2 76 117 133
Binary 11111001 11111010 11010101 0 0 1111 10 111110 1001111 1011011

Color Harmonies of #F9FAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FAD5

Black with #F9FAD5

Text Example


Text Example

White with #F9FAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FAD5; }

 p { color: rgb(249,250,213); }

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

background-color css

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

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

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

border-color css

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

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

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