#F896AD

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

Shades of Illusion #F896AD

Tints of Illusion #F896AD

Color information

#F896AD (or 0xF896AD) is unknown color: approx Illusion. HEX triplet: F8, 96 and AD. RGB value is (248,150,173). Sum of RGB (Red+Green+Blue) = 248+150+173=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F896AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F896AD is #076952. Grayscale: #B5B5B5. Windows color (decimal): -485715 or 11376376. OLE color: 11376376.

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

Color convert

RGB248150173-
CMYK00.400.300.03
HSL345.92º87.5%78.04%-
HSV(B)345.92º39.52%97.25%-
XYZ57.1644.7945.17-
YUV181.92122.97175.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.43%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=43.43%
G=26.27%
B=30.30%

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
Decimal24815017300.400.300.03345.9287.578.04
HexF896AD0281E315a584e
Octal370226255050363532130116
Binary1111100010010110101011010101000111101110101101010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F896AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F896AD; }

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

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

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

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

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

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

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

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