Html Css Color HEX #FAFACB Light Goldenrod Yellow

📋 copy color: '#FAFACB'

red 250 ◦ green 250 ◦ blue 203

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

Shades of Light Goldenrod Yellow #FAFACB

Tints of Light Goldenrod Yellow #FAFACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 28.88%

R = 35.56%
G = 35.56%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAFACB (or 0xFAFACB) is known color: Light Goldenrod Yellow. HEX triplet: FA, FA and CB. RGB value is (250,250,203). Sum of RGB (Red+Green+Blue) = 250+250+203=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 203 (79.69% from 255 or 28.88% from 703); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFACB is #050534. Grayscale: #F4F4F4. Windows color (decimal): -329013 or 13368058. OLE color: 13368058.

HSL color Cylindrical-coordinate representation of color #FAFACB: hue angle of 60º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAFACB is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 203 -
CMYK 0 0 0.19 0.02
HSL 60º 0.82% 0.89% -
HSV(B) 60º 0.19% 0.98% -
XYZ 84.39 93.01 70 -
YUV 244.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 250 250 203 0 0 0.19 0.02 60 0.82 0.89
Hex FA FA CB 0 0 13 2 3C 52 59
Octal 372 372 313 0 0 23 2 74 122 131
Binary 11111010 11111010 11001011 0 0 10011 10 111100 1010010 1011001

Color Harmonies of #FAFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFACB

Black with #FAFACB

Text Example


Text Example

White with #FAFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFACB; }

 p { color: rgb(250,250,203); }

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

background-color css

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

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

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

border-color css

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

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

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