#FB99BA

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

Shades of Illusion #FB99BA

Tints of Illusion #FB99BA

Color information

#FB99BA (or 0xFB99BA) is unknown color: approx Illusion. HEX triplet: FB, 99 and BA. RGB value is (251,153,186). Sum of RGB (Red+Green+Blue) = 251+153+186=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99BA is #046645. Grayscale: #BABABA. Windows color (decimal): -288326 or 12229115. OLE color: 12229115.

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

Color convert

RGB251153186-
CMYK00.390.260.02
HSL339.8º92.45%79.22%-
HSV(B)339.8º39.04%98.43%-
XYZ60.0446.8452.33-
YUV186.06127.97174.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 153 (60.16% from 255) = 25.93%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=42.54%
G=25.93%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115318600.390.260.02339.892.4579.22
HexFB99BA0271A21545c4f
Octal373231272047322524134117
Binary1111101110011001101110100100111110101010101010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB99BA; }

 p { color: rgb(251,153,186); }

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

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

 a { background-color: rgb(251,153,186); }

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

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

 span { border-color: rgb(251,153,186); }

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