#FBA3B3

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

Shades of Illusion #FBA3B3

Tints of Illusion #FBA3B3

Color information

#FBA3B3 (or 0xFBA3B3) is unknown color: approx Illusion. HEX triplet: FB, A3 and B3. RGB value is (251,163,179). Sum of RGB (Red+Green+Blue) = 251+163+179=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3B3 is #045C4C. Grayscale: #BFBFBF. Windows color (decimal): -285773 or 11772923. OLE color: 11772923.

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

Color convert

RGB251163179-
CMYK00.350.290.02
HSL349.09º91.67%81.18%-
HSV(B)349.09º35.06%98.43%-
XYZ61.0249.9649.07-
YUV191.14121.15170.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 163 (64.06% from 255) = 27.49%
BLUE value IS 179 (70.31% from 255) = 30.19%
R=42.33%
G=27.49%
B=30.19%

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
Decimal25116317900.350.290.02349.0991.6781.18
HexFBA3B30231D215d5c51
Octal373243263043352535134121
Binary1111101110100011101100110100011111011010101110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3B3; }

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

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

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

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

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

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

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

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