#f896ae

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

Shades of Illusion #F896AE

Tints of Illusion #F896AE

Color information

#F896AE (or 0xF896AE) is unknown color: approx Illusion. HEX triplet: F8, 96 and AE. RGB value is (248,150,174). Sum of RGB (Red+Green+Blue) = 248+150+174=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F896AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F896AE is #076951. Grayscale: #B6B6B6. Windows color (decimal): -485714 or 11441912. OLE color: 11441912.

HSL color Cylindrical-coordinate representation of color #F896AE: hue angle of 345.31º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896AE is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248150174-
CMYK00.400.300.03
HSL345.31º87.5%78.04%-
HSV(B)345.31º39.52%97.25%-
XYZ57.2644.8345.68-
YUV182.04123.47175.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.36%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=43.36%
G=26.22%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815017400.400.300.03345.3187.578.04
HexF896AE0281E3159584e
Octal370226256050363531130116
Binary1111100010010110101011100101000111101110101100110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f896ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f896ae; }

 p { color: rgb(248,150,174); }

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

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

 a { background-color: rgb(248,150,174); }

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

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

 span { border-color: rgb(248,150,174); }

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