#F89DBA

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

Shades of Illusion #F89DBA

Tints of Illusion #F89DBA

Color information

#F89DBA (or 0xF89DBA) is unknown color: approx Illusion. HEX triplet: F8, 9D and BA. RGB value is (248,157,186). Sum of RGB (Red+Green+Blue) = 248+157+186=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DBA is #076245. Grayscale: #BBBBBB. Windows color (decimal): -483910 or 12230136. OLE color: 12230136.

HSL color Cylindrical-coordinate representation of color #F89DBA: hue angle of 340.88º 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 #F89DBA is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248157186-
CMYK00.370.250.03
HSL340.88º86.67%79.41%-
HSV(B)340.88º36.69%97.25%-
XYZ59.6347.6252.5-
YUV187.52127.15171.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 157 (61.72% from 255) = 26.57%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=41.96%
G=26.57%
B=31.47%

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
Decimal24815718600.370.250.03340.8886.6779.41
HexF89DBA025193155574f
Octal370235272045313525127117
Binary1111100010011101101110100100101110011110101010110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89DBA; }

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

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

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

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

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

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

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

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