#FBFAD1

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

Shades of Light Goldenrod Yellow #FBFAD1

Tints of Light Goldenrod Yellow #FBFAD1

Color information

#FBFAD1 (or 0xFBFAD1) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FA and D1. RGB value is (251,250,209). Sum of RGB (Red+Green+Blue) = 251+250+209=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 209 (82.03% from 255 or 29.44% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAD1 is #04052E. Grayscale: #F5F5F5. Windows color (decimal): -263471 or 13761275. OLE color: 13761275.

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

Color convert

RGB251250209-
CMYK00.000.170.02
HSL58.57º84%90.2%-
HSV(B)58.57º16.73%98.43%-
XYZ85.4893.4873.86-
YUV245.62107.33131.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.35%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 209 (82.03% from 255) = 29.44%
R=35.35%
G=35.21%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125020900.000.170.0258.578490.2
HexFBFAD1001123b545a
Octal3733723210021273124132
Binary11111011111110101101000100100011011101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAD1; }

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

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

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

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

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

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

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

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