#FBFBCF

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

Shades of Light Goldenrod Yellow #FBFBCF

Tints of Light Goldenrod Yellow #FBFBCF

Color information

#FBFBCF (or 0xFBFBCF) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FB and CF. RGB value is (251,251,207). Sum of RGB (Red+Green+Blue) = 251+251+207=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 207 (81.25% from 255 or 29.20% from 709); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBCF is #040430. Grayscale: #F6F6F6. Windows color (decimal): -263217 or 13630459. OLE color: 13630459.

HSL color Cylindrical-coordinate representation of color #FBFBCF: hue angle of 60º 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 #FBFBCF is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251251207-
CMYK000.180.02
HSL60º84.62%89.8%-
HSV(B)60º17.53%98.43%-
XYZ85.5494.0172.67-
YUV245.98106131.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.40%
GREEN value IS 251 (98.44% from 255) = 35.40%
BLUE value IS 207 (81.25% from 255) = 29.20%
R=35.40%
G=35.40%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251207000.180.026084.6289.8
HexFBFBCF001223c555a
Octal3733733170022274125132
Binary11111011111110111100111100100101011110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBCF; }

 p { color: rgb(251,251,207); }

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

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

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

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

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

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

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