Html Css Color HEX #FAFCDA Light Goldenrod Yellow

📋 copy color: '#FAFCDA'

red 250 ◦ green 252 ◦ blue 218

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

Shades of Light Goldenrod Yellow #FAFCDA

Tints of Light Goldenrod Yellow #FAFCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35%

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

R = 34.72%
G = 35%
B = 30.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FAFCDA (or 0xFAFCDA) is known color: Light Goldenrod Yellow. HEX triplet: FA, FC and DA. RGB value is (250,252,218). Sum of RGB (Red+Green+Blue) = 250+252+218=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 218 (85.55% from 255 or 30.28% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCDA is #050325. Grayscale: #F7F7F7. Windows color (decimal): -328486 or 14351610. OLE color: 14351610.

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

Color convert

RGB 250 252 218 -
CMYK 0.01 0 0.13 0.01
HSL 63.53º 0.85% 0.92% -
HSV(B) 63.53º 0.13% 0.99% -
XYZ 86.89 95.01 80.09 -
YUV 247.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 250 252 218 0.01 0 0.13 0.01 63.53 0.85 0.92
Hex FA FC DA 1 0 D 1 40 55 5C
Octal 372 374 332 1 0 15 1 100 125 134
Binary 11111010 11111100 11011010 1 0 1101 1 1000000 1010101 1011100

Color Harmonies of #FAFCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFCDA

Black with #FAFCDA

Text Example


Text Example

White with #FAFCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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