#FBF3B2

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

Shades of Shalimar #FBF3B2

Tints of Shalimar #FBF3B2

Color information

#FBF3B2 (or 0xFBF3B2) is unknown color: approx Shalimar. HEX triplet: FB, F3 and B2. RGB value is (251,243,178). Sum of RGB (Red+Green+Blue) = 251+243+178=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 178 (69.92% from 255 or 26.49% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF3B2 is #040C4D. Grayscale: #EEEEEE. Windows color (decimal): -265294 or 11727867. OLE color: 11727867.

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

Color convert

RGB251243178-
CMYK00.030.290.02
HSL53.42º90.12%84.12%-
HSV(B)53.42º29.08%98.43%-
XYZ79.8787.8254.86-
YUV237.9894.15137.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 243 (95.31% from 255) = 36.16%
BLUE value IS 178 (69.92% from 255) = 26.49%
R=37.35%
G=36.16%
B=26.49%

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
Decimal25124317800.030.290.0253.4290.1284.12
HexFBF3B2031D2355a54
Octal3733632620335265132124
Binary111110111111001110110010011111011011010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3B2; }

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

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

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

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

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

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

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

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