#FA98B2

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

Shades of Illusion #FA98B2

Tints of Illusion #FA98B2

Color information

#FA98B2 (or 0xFA98B2) is unknown color: approx Illusion. HEX triplet: FA, 98 and B2. RGB value is (250,152,178). Sum of RGB (Red+Green+Blue) = 250+152+178=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA98B2 is #05674D. Grayscale: #B8B8B8. Windows color (decimal): -354126 or 11704570. OLE color: 11704570.

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

Color convert

RGB250152178-
CMYK00.390.290.02
HSL344.08º90.74%78.82%-
HSV(B)344.08º39.2%98.04%-
XYZ58.6945.9947.9-
YUV184.27124.47174.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 152 (59.77% from 255) = 26.21%
BLUE value IS 178 (69.92% from 255) = 30.69%
R=43.10%
G=26.21%
B=30.69%

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
Decimal25015217800.390.290.02344.0890.7478.82
HexFA98B20271D21585b4f
Octal372230262047352530133117
Binary1111101010011000101100100100111111011010101100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98B2; }

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

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

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

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

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

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

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

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