Html Css Color HEX #FBFACB Light Goldenrod Yellow

📋 copy color: '#FBFACB'

red 251 ◦ green 250 ◦ blue 203

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

Shades of Light Goldenrod Yellow #FBFACB

Tints of Light Goldenrod Yellow #FBFACB

RGB

 RED value IS 251 (98.44% from 255) = 35.65%

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

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

R = 35.65%
G = 35.51%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBFACB (or 0xFBFACB) is known color: Light Goldenrod Yellow. HEX triplet: FB, FA and CB. RGB value is (251,250,203). Sum of RGB (Red+Green+Blue) = 251+250+203=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 203 (79.69% from 255 or 28.84% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFACB is #040534. Grayscale: #F5F5F5. Windows color (decimal): -263477 or 13368059. OLE color: 13368059.

HSL color Cylindrical-coordinate representation of color #FBFACB: hue angle of 58.75º degrees, saturation: 0.86, 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 #FBFACB is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 250 203 -
CMYK 0 0.00 0.19 0.02
HSL 58.75º 0.86% 0.89% -
HSV(B) 58.75º 0.19% 0.98% -
XYZ 84.75 93.19 70.02 -
YUV 244.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 251 250 203 0 0.00 0.19 0.02 58.75 0.86 0.89
Hex FB FA CB 0 0 13 2 3B 56 59
Octal 373 372 313 0 0 23 2 73 126 131
Binary 11111011 11111010 11001011 0 0 10011 10 111011 1010110 1011001

Color Harmonies of #FBFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFACB

Black with #FBFACB

Text Example


Text Example

White with #FBFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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