#FBA5B1

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

Shades of Illusion #FBA5B1

Tints of Illusion #FBA5B1

Color information

#FBA5B1 (or 0xFBA5B1) is unknown color: approx Illusion. HEX triplet: FB, A5 and B1. RGB value is (251,165,177). Sum of RGB (Red+Green+Blue) = 251+165+177=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5B1 is #045A4E. Grayscale: #C0C0C0. Windows color (decimal): -285263 or 11642363. OLE color: 11642363.

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

Color convert

RGB251165177-
CMYK00.340.290.02
HSL351.63º91.49%81.57%-
HSV(B)351.63º34.26%98.43%-
XYZ61.1750.5948.14-
YUV192.08119.49170.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 165 (64.84% from 255) = 27.82%
BLUE value IS 177 (69.53% from 255) = 29.85%
R=42.33%
G=27.82%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116517700.340.290.02351.6391.4981.57
HexFBA5B10221D21605b52
Octal373245261042352540133122
Binary1111101110100101101100010100010111011010110000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5B1; }

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

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

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

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

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

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

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

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