#FBA3AB

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

Shades of Illusion #FBA3AB

Tints of Illusion #FBA3AB

Color information

#FBA3AB (or 0xFBA3AB) is unknown color: approx Illusion. HEX triplet: FB, A3 and AB. RGB value is (251,163,171). Sum of RGB (Red+Green+Blue) = 251+163+171=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA3AB is #045C54. Grayscale: #BEBEBE. Windows color (decimal): -285781 or 11248635. OLE color: 11248635.

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

Color convert

RGB251163171-
CMYK00.350.320.02
HSL354.55º91.67%81.18%-
HSV(B)354.55º35.06%98.43%-
XYZ60.2349.6444.94-
YUV190.22117.15171.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 163 (64.06% from 255) = 27.86%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=42.91%
G=27.86%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116317100.350.320.02354.5591.6781.18
HexFBA3AB0232021635c51
Octal373243253043402543134121
Binary11111011101000111010101101000111000001010110001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3AB; }

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

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

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

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

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

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

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

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