#FBFACB

Color #FBFACB Light Goldenrod Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod Yellow #FBFACB

Tints of Light Goldenrod Yellow #FBFACB

Color information

#FBFACB (or 0xFBFACB) is unknown color: approx 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

RGB251250203-
CMYK00.000.190.02
HSL58.75º85.71%89.02%-
HSV(B)58.75º19.12%98.43%-
XYZ84.7593.1970.02-
YUV244.94104.33132.32-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125020300.000.190.0258.7585.7189.02
HexFBFACB001323b5659
Octal3733723130023273126131
Binary11111011111110101100101100100111011101110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>