#FBFBB0

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

Shades of Shalimar #FBFBB0

Tints of Shalimar #FBFBB0

Color information

#FBFBB0 (or 0xFBFBB0) is unknown color: approx Shalimar. HEX triplet: FB, FB and B0. RGB value is (251,251,176). Sum of RGB (Red+Green+Blue) = 251+251+176=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 176 (69.14% from 255 or 25.96% from 678); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBB0 is #04044F. Grayscale: #F2F2F2. Windows color (decimal): -263248 or 11598843. OLE color: 11598843.

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

Color convert

RGB251251176-
CMYK000.300.02
HSL60º90.36%83.73%-
HSV(B)60º29.88%98.43%-
XYZ82.1292.6454.63-
YUV242.4590.5134.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 251 (98.44% from 255) = 37.02%
BLUE value IS 176 (69.14% from 255) = 25.96%
R=37.02%
G=37.02%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251176000.300.026090.3683.73
HexFBFBB0001E23c5a54
Octal3733732600036274132124
Binary11111011111110111011000000111101011110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBB0; }

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

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

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

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

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

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

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

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