#FA99B1

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

Shades of Illusion #FA99B1

Tints of Illusion #FA99B1

Color information

#FA99B1 (or 0xFA99B1) is unknown color: approx Illusion. HEX triplet: FA, 99 and B1. RGB value is (250,153,177). Sum of RGB (Red+Green+Blue) = 250+153+177=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA99B1 is #05664E. Grayscale: #B8B8B8. Windows color (decimal): -353871 or 11639290. OLE color: 11639290.

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

Color convert

RGB250153177-
CMYK00.390.290.02
HSL345.15º90.65%79.02%-
HSV(B)345.15º38.8%98.04%-
XYZ58.7546.2847.43-
YUV184.74123.64174.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 177 (69.53% from 255) = 30.52%
R=43.10%
G=26.38%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015317700.390.290.02345.1590.6579.02
HexFA99B10271D21595b4f
Octal372231261047352531133117
Binary1111101010011001101100010100111111011010101100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99B1; }

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

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

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

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

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

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

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

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