#FBFAB4

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

Shades of Shalimar #FBFAB4

Tints of Shalimar #FBFAB4

Color information

#FBFAB4 (or 0xFBFAB4) is unknown color: approx Shalimar. HEX triplet: FB, FA and B4. RGB value is (251,250,180). Sum of RGB (Red+Green+Blue) = 251+250+180=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 180 (70.70% from 255 or 26.43% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAB4 is #04054B. Grayscale: #F2F2F2. Windows color (decimal): -263500 or 11860731. OLE color: 11860731.

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

Color convert

RGB251250180-
CMYK00.000.280.02
HSL59.15º89.87%84.51%-
HSV(B)59.15º28.29%98.43%-
XYZ82.2192.1856.64-
YUV242.3292.83134.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 180 (70.70% from 255) = 26.43%
R=36.86%
G=36.71%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125018000.000.280.0259.1589.8784.51
HexFBFAB4001C23b5a55
Octal3733722640034273132125
Binary11111011111110101011010000111001011101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAB4; }

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

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

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

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

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

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

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

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