#FA98B1

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

Shades of Illusion #FA98B1

Tints of Illusion #FA98B1

Color information

#FA98B1 (or 0xFA98B1) is unknown color: approx Illusion. HEX triplet: FA, 98 and B1. RGB value is (250,152,177). Sum of RGB (Red+Green+Blue) = 250+152+177=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA98B1 is #05674E. Grayscale: #B8B8B8. Windows color (decimal): -354127 or 11639034. OLE color: 11639034.

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

Color convert

RGB250152177-
CMYK00.390.290.02
HSL344.69º90.74%78.82%-
HSV(B)344.69º39.2%98.04%-
XYZ58.5945.9547.38-
YUV184.15123.97174.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 152 (59.77% from 255) = 26.25%
BLUE value IS 177 (69.53% from 255) = 30.57%
R=43.18%
G=26.25%
B=30.57%

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
Decimal25015217700.390.290.02344.6990.7478.82
HexFA98B10271D21595b4f
Octal372230261047352531133117
Binary1111101010011000101100010100111111011010101100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98B1; }

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

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

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

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

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

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

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

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