#FBFBCE

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

Shades of Light Goldenrod Yellow #FBFBCE

Tints of Light Goldenrod Yellow #FBFBCE

Color information

#FBFBCE (or 0xFBFBCE) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FB and CE. RGB value is (251,251,206). Sum of RGB (Red+Green+Blue) = 251+251+206=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 206 (80.86% from 255 or 29.10% from 708); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBCE is #040431. Grayscale: #F6F6F6. Windows color (decimal): -263218 or 13564923. OLE color: 13564923.

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

Color convert

RGB251251206-
CMYK000.180.02
HSL60º84.91%89.61%-
HSV(B)60º17.93%98.43%-
XYZ85.4293.9672.03-
YUV245.87105.5131.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.45%
GREEN value IS 251 (98.44% from 255) = 35.45%
BLUE value IS 206 (80.86% from 255) = 29.10%
R=35.45%
G=35.45%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251206000.180.026084.9189.61
HexFBFBCE001223c555a
Octal3733733160022274125132
Binary11111011111110111100111000100101011110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBCE; }

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

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

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

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

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

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

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

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