#FBF4B3

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

Shades of Shalimar #FBF4B3

Tints of Shalimar #FBF4B3

Color information

#FBF4B3 (or 0xFBF4B3) is unknown color: approx Shalimar. HEX triplet: FB, F4 and B3. RGB value is (251,244,179). Sum of RGB (Red+Green+Blue) = 251+244+179=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 179 (70.31% from 255 or 26.56% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4B3 is #040B4C. Grayscale: #EEEEEE. Windows color (decimal): -265037 or 11793659. OLE color: 11793659.

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

Color convert

RGB251244179-
CMYK00.030.290.02
HSL54.17º90%84.31%-
HSV(B)54.17º28.69%98.43%-
XYZ80.2788.4755.49-
YUV238.6894.32136.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 244 (95.70% from 255) = 36.20%
BLUE value IS 179 (70.31% from 255) = 26.56%
R=37.24%
G=36.20%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124417900.030.290.0254.179084.31
HexFBF4B3031D2365a54
Octal3733642630335266132124
Binary111110111111010010110011011111011011011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4B3; }

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

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

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

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

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

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

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

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