#F897BA

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

Shades of Illusion #F897BA

Tints of Illusion #F897BA

Color information

#F897BA (or 0xF897BA) is unknown color: approx Illusion. HEX triplet: F8, 97 and BA. RGB value is (248,151,186). Sum of RGB (Red+Green+Blue) = 248+151+186=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F897BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897BA is #076845. Grayscale: #B7B7B7. Windows color (decimal): -485446 or 12228600. OLE color: 12228600.

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

Color convert

RGB248151186-
CMYK00.390.250.03
HSL338.35º87.39%78.24%-
HSV(B)338.35º39.11%97.25%-
XYZ58.6445.6352.17-
YUV183.99129.14173.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 151 (59.38% from 255) = 25.81%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=42.39%
G=25.81%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815118600.390.250.03338.3587.3978.24
HexF897BA027193152574e
Octal370227272047313522127116
Binary1111100010010111101110100100111110011110101001010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897BA; }

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

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

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

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

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

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

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

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