#FBFAB3

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

Shades of Shalimar #FBFAB3

Tints of Shalimar #FBFAB3

Color information

#FBFAB3 (or 0xFBFAB3) is unknown color: approx Shalimar. HEX triplet: FB, FA and B3. RGB value is (251,250,179). Sum of RGB (Red+Green+Blue) = 251+250+179=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 179 (70.31% from 255 or 26.32% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAB3 is #04054C. Grayscale: #F2F2F2. Windows color (decimal): -263501 or 11795195. OLE color: 11795195.

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

Color convert

RGB251250179-
CMYK00.000.290.02
HSL59.17º90%84.31%-
HSV(B)59.17º28.69%98.43%-
XYZ82.1192.1456.1-
YUV242.292.33134.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 179 (70.31% from 255) = 26.32%
R=36.91%
G=36.76%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125017900.000.290.0259.179084.31
HexFBFAB3001D23b5a54
Octal3733722630035273132124
Binary11111011111110101011001100111011011101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAB3; }

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

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

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

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

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

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

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

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