#FBA2B1

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

Shades of Illusion #FBA2B1

Tints of Illusion #FBA2B1

Color information

#FBA2B1 (or 0xFBA2B1) is unknown color: approx Illusion. HEX triplet: FB, A2 and B1. RGB value is (251,162,177). Sum of RGB (Red+Green+Blue) = 251+162+177=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA2B1 is #045D4E. Grayscale: #BEBEBE. Windows color (decimal): -286031 or 11641595. OLE color: 11641595.

HSL color Cylindrical-coordinate representation of color #FBA2B1: hue angle of 349.89º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA2B1 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251162177-
CMYK00.350.290.02
HSL349.89º91.75%80.98%-
HSV(B)349.89º35.46%98.43%-
XYZ60.6449.5247.96-
YUV190.32120.49171.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 162 (63.67% from 255) = 27.46%
BLUE value IS 177 (69.53% from 255) = 30%
R=42.54%
G=27.46%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116217700.350.290.02349.8991.7580.98
HexFBA2B10231D215e5c51
Octal373242261043352536134121
Binary1111101110100010101100010100011111011010101111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA2B1; }

 p { color: rgb(251,162,177); }

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

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

 a { background-color: rgb(251,162,177); }

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

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

 span { border-color: rgb(251,162,177); }

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