#FA99B5

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

Shades of Illusion #FA99B5

Tints of Illusion #FA99B5

Color information

#FA99B5 (or 0xFA99B5) is unknown color: approx Illusion. HEX triplet: FA, 99 and B5. RGB value is (250,153,181). Sum of RGB (Red+Green+Blue) = 250+153+181=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99B5 is #05664A. Grayscale: #B9B9B9. Windows color (decimal): -353867 or 11901434. OLE color: 11901434.

HSL color Cylindrical-coordinate representation of color #FA99B5: hue angle of 342.68º 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 #FA99B5 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250153181-
CMYK00.390.280.02
HSL342.68º90.65%79.02%-
HSV(B)342.68º38.8%98.04%-
XYZ59.1646.4449.56-
YUV185.2125.64174.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 153 (60.16% from 255) = 26.20%
BLUE value IS 181 (71.09% from 255) = 30.99%
R=42.81%
G=26.20%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015318100.390.280.02342.6890.6579.02
HexFA99B50271C21575b4f
Octal372231265047342527133117
Binary1111101010011001101101010100111111001010101011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99B5; }

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

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

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

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

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

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

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

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