#F89CBA

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

Shades of Illusion #F89CBA

Tints of Illusion #F89CBA

Color information

#F89CBA (or 0xF89CBA) is unknown color: approx Illusion. HEX triplet: F8, 9C and BA. RGB value is (248,156,186). Sum of RGB (Red+Green+Blue) = 248+156+186=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CBA is #076345. Grayscale: #BABABA. Windows color (decimal): -484166 or 12229880. OLE color: 12229880.

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

Color convert

RGB248156186-
CMYK00.370.250.03
HSL340.43º86.79%79.22%-
HSV(B)340.43º37.1%97.25%-
XYZ59.4647.2852.45-
YUV186.93127.48171.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.03%
GREEN value IS 156 (61.33% from 255) = 26.44%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=42.03%
G=26.44%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815618600.370.250.03340.4386.7979.22
HexF89CBA025193154574f
Octal370234272045313524127117
Binary1111100010011100101110100100101110011110101010010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89CBA; }

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

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

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

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

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

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

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

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