Html Css Color HEX #FAFDD2 Light Goldenrod Yellow

📋 copy color: '#FAFDD2'

red 250 ◦ green 253 ◦ blue 210

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

Shades of Light Goldenrod Yellow #FAFDD2

Tints of Light Goldenrod Yellow #FAFDD2

RGB

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

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

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

R = 35.06%
G = 35.48%
B = 29.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FAFDD2 (or 0xFAFDD2) is known color: Light Goldenrod Yellow. HEX triplet: FA, FD and D2. RGB value is (250,253,210). Sum of RGB (Red+Green+Blue) = 250+253+210=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 210 (82.42% from 255 or 29.45% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDD2 is #05022D. Grayscale: #F7F7F7. Windows color (decimal): -328238 or 13827578. OLE color: 13827578.

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

Color convert

RGB 250 253 210 -
CMYK 0.01 0 0.17 0.01
HSL 64.19º 0.91% 0.91% -
HSV(B) 64.19º 0.17% 0.99% -
XYZ 86.18 95.23 74.81 -
YUV 247.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 250 253 210 0.01 0 0.17 0.01 64.19 0.91 0.91
Hex FA FD D2 1 0 11 1 40 5B 5B
Octal 372 375 322 1 0 21 1 100 133 133
Binary 11111010 11111101 11010010 1 0 10001 1 1000000 1011011 1011011

Color Harmonies of #FAFDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFDD2

Black with #FAFDD2

Text Example


Text Example

White with #FAFDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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