#F899BA

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

Shades of Illusion #F899BA

Tints of Illusion #F899BA

Color information

#F899BA (or 0xF899BA) is unknown color: approx Illusion. HEX triplet: F8, 99 and BA. RGB value is (248,153,186). Sum of RGB (Red+Green+Blue) = 248+153+186=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F899BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899BA is #076645. Grayscale: #B9B9B9. Windows color (decimal): -484934 or 12229112. OLE color: 12229112.

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

Color convert

RGB248153186-
CMYK00.380.250.03
HSL339.16º87.16%78.63%-
HSV(B)339.16º38.31%97.25%-
XYZ58.9746.2852.28-
YUV185.17128.47172.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 153 (60.16% from 255) = 26.06%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=42.25%
G=26.06%
B=31.69%

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
Decimal24815318600.380.250.03339.1687.1678.63
HexF899BA026193153574f
Octal370231272046313523127117
Binary1111100010011001101110100100110110011110101001110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F899BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F899BA; }

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

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

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

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

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

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

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

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