#FBF3B3

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

Shades of Shalimar #FBF3B3

Tints of Shalimar #FBF3B3

Color information

#FBF3B3 (or 0xFBF3B3) is unknown color: approx Shalimar. HEX triplet: FB, F3 and B3. RGB value is (251,243,179). Sum of RGB (Red+Green+Blue) = 251+243+179=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 179 (70.31% from 255 or 26.60% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3B3 is #040C4C. Grayscale: #EEEEEE. Windows color (decimal): -265293 or 11793403. OLE color: 11793403.

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

Color convert

RGB251243179-
CMYK00.030.290.02
HSL53.33º90%84.31%-
HSV(B)53.33º28.69%98.43%-
XYZ79.9787.8755.39-
YUV238.194.65137.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 243 (95.31% from 255) = 36.11%
BLUE value IS 179 (70.31% from 255) = 26.60%
R=37.30%
G=36.11%
B=26.60%

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
Decimal25124317900.030.290.0253.339084.31
HexFBF3B3031D2355a54
Octal3733632630335265132124
Binary111110111111001110110011011111011011010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3B3; }

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

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

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

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

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

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

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

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