#FBF8B3

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

Shades of Shalimar #FBF8B3

Tints of Shalimar #FBF8B3

Color information

#FBF8B3 (or 0xFBF8B3) is unknown color: approx Shalimar. HEX triplet: FB, F8 and B3. RGB value is (251,248,179). Sum of RGB (Red+Green+Blue) = 251+248+179=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 179 (70.31% from 255 or 26.40% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF8B3 is #04074C. Grayscale: #F1F1F1. Windows color (decimal): -264013 or 11794683. OLE color: 11794683.

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

Color convert

RGB251248179-
CMYK00.010.290.02
HSL57.5º90%84.31%-
HSV(B)57.5º28.69%98.43%-
XYZ81.4990.955.9-
YUV241.0392.99135.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 248 (97.27% from 255) = 36.58%
BLUE value IS 179 (70.31% from 255) = 26.40%
R=37.02%
G=36.58%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124817900.010.290.0257.59084.31
HexFBF8B3011D23a5a54
Octal3733702630135272132124
Binary11111011111110001011001101111011011101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8B3; }

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

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

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

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

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

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

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

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