#FBF3B4

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

Shades of Shalimar #FBF3B4

Tints of Shalimar #FBF3B4

Color information

#FBF3B4 (or 0xFBF3B4) is unknown color: approx Shalimar. HEX triplet: FB, F3 and B4. RGB value is (251,243,180). Sum of RGB (Red+Green+Blue) = 251+243+180=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 180 (70.70% from 255 or 26.71% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3B4 is #040C4B. Grayscale: #EEEEEE. Windows color (decimal): -265292 or 11858939. OLE color: 11858939.

HSL color Cylindrical-coordinate representation of color #FBF3B4: hue angle of 53.24º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBF3B4 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB251243180-
CMYK00.030.280.02
HSL53.24º89.87%84.51%-
HSV(B)53.24º28.29%98.43%-
XYZ80.0787.9155.93-
YUV238.2195.15137.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 243 (95.31% from 255) = 36.05%
BLUE value IS 180 (70.70% from 255) = 26.71%
R=37.24%
G=36.05%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124318000.030.280.0253.2489.8784.51
HexFBF3B4031C2355a55
Octal3733632640334265132125
Binary111110111111001110110100011111001011010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3B4; }

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

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

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

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

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

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

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

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