#FBF7B2

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

Shades of Shalimar #FBF7B2

Tints of Shalimar #FBF7B2

Color information

#FBF7B2 (or 0xFBF7B2) is unknown color: approx Shalimar. HEX triplet: FB, F7 and B2. RGB value is (251,247,178). Sum of RGB (Red+Green+Blue) = 251+247+178=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 178 (69.92% from 255 or 26.33% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF7B2 is #04084D. Grayscale: #F0F0F0. Windows color (decimal): -264270 or 11728891. OLE color: 11728891.

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

Color convert

RGB251247178-
CMYK00.020.290.02
HSL56.71º90.12%84.12%-
HSV(B)56.71º29.08%98.43%-
XYZ81.0890.2555.27-
YUV240.3392.83135.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 247 (96.88% from 255) = 36.54%
BLUE value IS 178 (69.92% from 255) = 26.33%
R=37.13%
G=36.54%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124717800.020.290.0256.7190.1284.12
HexFBF7B2021D2395a54
Octal3733672620235271132124
Binary111110111111011110110010010111011011100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7B2; }

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

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

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

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

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

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

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

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