#FA98B8

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

Shades of Illusion #FA98B8

Tints of Illusion #FA98B8

Color information

#FA98B8 (or 0xFA98B8) is unknown color: approx Illusion. HEX triplet: FA, 98 and B8. RGB value is (250,152,184). Sum of RGB (Red+Green+Blue) = 250+152+184=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98B8 is #056747. Grayscale: #B8B8B8. Windows color (decimal): -354120 or 12097786. OLE color: 12097786.

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

Color convert

RGB250152184-
CMYK00.390.260.02
HSL340.41º90.74%78.82%-
HSV(B)340.41º39.2%98.04%-
XYZ59.346.2451.15-
YUV184.95127.47174.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 152 (59.77% from 255) = 25.94%
BLUE value IS 184 (72.27% from 255) = 31.40%
R=42.66%
G=25.94%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015218400.390.260.02340.4190.7478.82
HexFA98B80271A21545b4f
Octal372230270047322524133117
Binary1111101010011000101110000100111110101010101010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98B8; }

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

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

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

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

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

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

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

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