#FBFACE

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

Shades of Light Goldenrod Yellow #FBFACE

Tints of Light Goldenrod Yellow #FBFACE

Color information

#FBFACE (or 0xFBFACE) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FA and CE. RGB value is (251,250,206). Sum of RGB (Red+Green+Blue) = 251+250+206=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 206 (80.86% from 255 or 29.14% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFACE is #040531. Grayscale: #F5F5F5. Windows color (decimal): -263474 or 13564667. OLE color: 13564667.

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

Color convert

RGB251250206-
CMYK00.000.180.02
HSL58.67º84.91%89.61%-
HSV(B)58.67º17.93%98.43%-
XYZ85.1193.3471.92-
YUV245.28105.83132.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.50%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 206 (80.86% from 255) = 29.14%
R=35.50%
G=35.36%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125020600.000.180.0258.6784.9189.61
HexFBFACE001223b555a
Octal3733723160022273125132
Binary11111011111110101100111000100101011101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFACE; }

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

 H1.HeaderClassName
 {
   color: #FBFACE;
 }
 .AnyTagClassName
 {
   color: #FBFACE;
 }
</style>
background-color css

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

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

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

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

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

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