#FBF5B5

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

Shades of Shalimar #FBF5B5

Tints of Shalimar #FBF5B5

Color information

#FBF5B5 (or 0xFBF5B5) is unknown color: approx Shalimar. HEX triplet: FB, F5 and B5. RGB value is (251,245,181). Sum of RGB (Red+Green+Blue) = 251+245+181=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 181 (71.09% from 255 or 26.74% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5B5 is #040A4A. Grayscale: #EFEFEF. Windows color (decimal): -264779 or 11924987. OLE color: 11924987.

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

Color convert

RGB251245181-
CMYK00.020.280.02
HSL54.86º89.74%84.71%-
HSV(B)54.86º27.89%98.43%-
XYZ80.7889.1556.67-
YUV239.594.99136.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 245 (96.09% from 255) = 36.19%
BLUE value IS 181 (71.09% from 255) = 26.74%
R=37.08%
G=36.19%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124518100.020.280.0254.8689.7484.71
HexFBF5B5021C2375a55
Octal3733652650234267132125
Binary111110111111010110110101010111001011011110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5B5; }

 p { color: rgb(251,245,181); }

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

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

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

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

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

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

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