#FBF9B2

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

Shades of Shalimar #FBF9B2

Tints of Shalimar #FBF9B2

Color information

#FBF9B2 (or 0xFBF9B2) is unknown color: approx Shalimar. HEX triplet: FB, F9 and B2. RGB value is (251,249,178). Sum of RGB (Red+Green+Blue) = 251+249+178=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 178 (69.92% from 255 or 26.25% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF9B2 is #04064D. Grayscale: #F1F1F1. Windows color (decimal): -263758 or 11729403. OLE color: 11729403.

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

Color convert

RGB251249178-
CMYK00.010.290.02
HSL58.36º90.12%84.12%-
HSV(B)58.36º29.08%98.43%-
XYZ81.791.4755.47-
YUV241.592.16134.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 249 (97.66% from 255) = 36.73%
BLUE value IS 178 (69.92% from 255) = 26.25%
R=37.02%
G=36.73%
B=26.25%

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
Decimal25124917800.010.290.0258.3690.1284.12
HexFBF9B2011D23a5a54
Octal3733712620135272132124
Binary11111011111110011011001001111011011101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9B2; }

 p { color: rgb(251,249,178); }

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

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

 a { background-color: rgb(251,249,178); }

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

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

 span { border-color: rgb(251,249,178); }

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