#FBFBB4

Color #FBFBB4 Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #FBFBB4

Tints of Shalimar #FBFBB4

Color information

#FBFBB4 (or 0xFBFBB4) is unknown color: approx Shalimar. HEX triplet: FB, FB and B4. RGB value is (251,251,180). Sum of RGB (Red+Green+Blue) = 251+251+180=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 180 (70.70% from 255 or 26.39% from 682); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBB4 is #04044B. Grayscale: #F3F3F3. Windows color (decimal): -263244 or 11860987. OLE color: 11860987.

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

Color convert

RGB251251180-
CMYK000.280.02
HSL60º89.87%84.51%-
HSV(B)60º28.29%98.43%-
XYZ82.5292.856.74-
YUV242.9192.5133.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 180 (70.70% from 255) = 26.39%
R=36.80%
G=36.80%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251180000.280.026089.8784.51
HexFBFBB4001C23c5a55
Octal3733732640034274132125
Binary11111011111110111011010000111001011110010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBB4; }

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

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

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

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

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

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

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

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