#FBFAB2

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

Shades of Shalimar #FBFAB2

Tints of Shalimar #FBFAB2

Color information

#FBFAB2 (or 0xFBFAB2) is unknown color: approx Shalimar. HEX triplet: FB, FA and B2. RGB value is (251,250,178). Sum of RGB (Red+Green+Blue) = 251+250+178=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 178 (69.92% from 255 or 26.22% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAB2 is #04054D. Grayscale: #F2F2F2. Windows color (decimal): -263502 or 11729659. OLE color: 11729659.

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

Color convert

RGB251250178-
CMYK00.000.290.02
HSL59.18º90.12%84.12%-
HSV(B)59.18º29.08%98.43%-
XYZ82.0192.0955.57-
YUV242.0991.83134.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 178 (69.92% from 255) = 26.22%
R=36.97%
G=36.82%
B=26.22%

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
Decimal25125017800.000.290.0259.1890.1284.12
HexFBFAB2001D23b5a54
Octal3733722620035273132124
Binary11111011111110101011001000111011011101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAB2; }

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

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

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

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

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

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

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

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