Html Css Color HEX #FAFBDA Light Goldenrod Yellow

📋 copy color: '#FAFBDA'

red 250 ◦ green 251 ◦ blue 218

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

Shades of Light Goldenrod Yellow #FAFBDA

Tints of Light Goldenrod Yellow #FAFBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 34.91%

 BLUE value IS 218 (85.55% from 255) = 30.32%

R = 34.77%
G = 34.91%
B = 30.32%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAFBDA (or 0xFAFBDA) is known color: Light Goldenrod Yellow. HEX triplet: FA, FB and DA. RGB value is (250,251,218). Sum of RGB (Red+Green+Blue) = 250+251+218=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 218 (85.55% from 255 or 30.32% from 719); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBDA is #050425. Grayscale: #F7F7F7. Windows color (decimal): -328742 or 14351354. OLE color: 14351354.

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

Color convert

RGB 250 251 218 -
CMYK 0.00 0 0.13 0.02
HSL 61.82º 0.8% 0.92% -
HSV(B) 61.82º 0.13% 0.98% -
XYZ 86.58 94.38 79.98 -
YUV 246.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 250 251 218 0.00 0 0.13 0.02 61.82 0.8 0.92
Hex FA FB DA 0 0 D 2 3E 50 5C
Octal 372 373 332 0 0 15 2 76 120 134
Binary 11111010 11111011 11011010 0 0 1101 10 111110 1010000 1011100

Color Harmonies of #FAFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBDA

Black with #FAFBDA

Text Example


Text Example

White with #FAFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBDA; }

 p { color: rgb(250,251,218); }

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

background-color css

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

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

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

border-color css

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

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

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