#FF96B8

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

Shades of Illusion #FF96B8

Tints of Illusion #FF96B8

Color information

#FF96B8 (or 0xFF96B8) is unknown color: approx Illusion. HEX triplet: FF, 96 and B8. RGB value is (255,150,184). Sum of RGB (Red+Green+Blue) = 255+150+184=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96B8 is #006947. Grayscale: #B9B9B9. Windows color (decimal): -26952 or 12097279. OLE color: 12097279.

HSL color Cylindrical-coordinate representation of color #FF96B8: hue angle of 340.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96B8 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB255150184-
CMYK00.410.280
HSL340.57º100%79.41%-
HSV(B)340.57º41.18%100%-
XYZ60.846.5351.12-
YUV185.27127.29177.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 150 (58.98% from 255) = 25.47%
BLUE value IS 184 (72.27% from 255) = 31.24%
R=43.29%
G=25.47%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515018400.410.280340.5710079.41
HexFF96B80291C0155644f
Octal377226270051340525144117
Binary111111111001011010111000010100111100010101010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96B8; }

 p { color: rgb(255,150,184); }

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

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

 a { background-color: rgb(255,150,184); }

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

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

 span { border-color: rgb(255,150,184); }

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