#F89BBA

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

Shades of Illusion #F89BBA

Tints of Illusion #F89BBA

Color information

#F89BBA (or 0xF89BBA) is unknown color: approx Illusion. HEX triplet: F8, 9B and BA. RGB value is (248,155,186). Sum of RGB (Red+Green+Blue) = 248+155+186=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BBA is #076445. Grayscale: #BABABA. Windows color (decimal): -484422 or 12229624. OLE color: 12229624.

HSL color Cylindrical-coordinate representation of color #F89BBA: hue angle of 340º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89BBA is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248155186-
CMYK00.380.250.03
HSL340º86.92%79.02%-
HSV(B)340º37.5%97.25%-
XYZ59.346.9452.39-
YUV186.34127.81171.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 155 (60.94% from 255) = 26.32%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=42.11%
G=26.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815518600.380.250.0334086.9279.02
HexF89BBA026193154574f
Octal370233272046313524127117
Binary1111100010011011101110100100110110011110101010010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89BBA; }

 p { color: rgb(248,155,186); }

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

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

 a { background-color: rgb(248,155,186); }

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

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

 span { border-color: rgb(248,155,186); }

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