#FBF4B5

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

Shades of Shalimar #FBF4B5

Tints of Shalimar #FBF4B5

Color information

#FBF4B5 (or 0xFBF4B5) is unknown color: approx Shalimar. HEX triplet: FB, F4 and B5. RGB value is (251,244,181). Sum of RGB (Red+Green+Blue) = 251+244+181=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 181 (71.09% from 255 or 26.78% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4B5 is #040B4A. Grayscale: #EFEFEF. Windows color (decimal): -265035 or 11924731. OLE color: 11924731.

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

Color convert

RGB251244181-
CMYK00.030.280.02
HSL54º89.74%84.71%-
HSV(B)54º27.89%98.43%-
XYZ80.4788.5556.57-
YUV238.9195.32136.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 244 (95.70% from 255) = 36.09%
BLUE value IS 181 (71.09% from 255) = 26.78%
R=37.13%
G=36.09%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124418100.030.280.025489.7484.71
HexFBF4B5031C2365a55
Octal3733642650334266132125
Binary111110111111010010110101011111001011011010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4B5; }

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

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

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

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

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

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

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

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