#FBF5B4

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

Shades of Shalimar #FBF5B4

Tints of Shalimar #FBF5B4

Color information

#FBF5B4 (or 0xFBF5B4) is unknown color: approx Shalimar. HEX triplet: FB, F5 and B4. RGB value is (251,245,180). Sum of RGB (Red+Green+Blue) = 251+245+180=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 180 (70.70% from 255 or 26.63% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5B4 is #040A4B. Grayscale: #EFEFEF. Windows color (decimal): -264780 or 11859451. OLE color: 11859451.

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

Color convert

RGB251245180-
CMYK00.020.280.02
HSL54.93º89.87%84.51%-
HSV(B)54.93º28.29%98.43%-
XYZ80.6789.1156.13-
YUV239.3894.49136.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 245 (96.09% from 255) = 36.24%
BLUE value IS 180 (70.70% from 255) = 26.63%
R=37.13%
G=36.24%
B=26.63%

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
Decimal25124518000.020.280.0254.9389.8784.51
HexFBF5B4021C2375a55
Octal3733652640234267132125
Binary111110111111010110110100010111001011011110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5B4; }

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

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

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

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

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

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

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

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