#FA90B0

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

Shades of Illusion #FA90B0

Tints of Illusion #FA90B0

Color information

#FA90B0 (or 0xFA90B0) is unknown color: approx Illusion. HEX triplet: FA, 90 and B0. RGB value is (250,144,176). Sum of RGB (Red+Green+Blue) = 250+144+176=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA90B0 is #056F4F. Grayscale: #B3B3B3. Windows color (decimal): -356176 or 11571450. OLE color: 11571450.

HSL color Cylindrical-coordinate representation of color #FA90B0: hue angle of 341.89º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA90B0 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250144176-
CMYK00.420.300.02
HSL341.89º91.38%77.25%-
HSV(B)341.89º42.4%98.04%-
XYZ57.2343.4146.44-
YUV179.34126.12178.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 144 (56.64% from 255) = 25.26%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=43.86%
G=25.26%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014417600.420.300.02341.8991.3877.25
HexFA90B002A1E21565b4d
Octal372220260052362526133115
Binary1111101010010000101100000101010111101010101011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA90B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA90B0; }

 p { color: rgb(250,144,176); }

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

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

 a { background-color: rgb(250,144,176); }

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

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

 span { border-color: rgb(250,144,176); }

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