#FA99BB

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

Shades of Illusion #FA99BB

Tints of Illusion #FA99BB

Color information

#FA99BB (or 0xFA99BB) is unknown color: approx Illusion. HEX triplet: FA, 99 and BB. RGB value is (250,153,187). Sum of RGB (Red+Green+Blue) = 250+153+187=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99BB is #056644. Grayscale: #B9B9B9. Windows color (decimal): -353861 or 12294650. OLE color: 12294650.

HSL color Cylindrical-coordinate representation of color #FA99BB: hue angle of 338.97º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA99BB is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250153187-
CMYK00.390.250.02
HSL338.97º90.65%79.02%-
HSV(B)338.97º38.8%98.04%-
XYZ59.7946.6952.88-
YUV185.88128.64173.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 153 (60.16% from 255) = 25.93%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=42.37%
G=25.93%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015318700.390.250.02338.9790.6579.02
HexFA99BB0271921535b4f
Octal372231273047312523133117
Binary1111101010011001101110110100111110011010101001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99BB; }

 p { color: rgb(250,153,187); }

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

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

 a { background-color: rgb(250,153,187); }

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

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

 span { border-color: rgb(250,153,187); }

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