#FB8FB3

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

Shades of Illusion #FB8FB3

Tints of Illusion #FB8FB3

Color information

#FB8FB3 (or 0xFB8FB3) is unknown color: approx Illusion. HEX triplet: FB, 8F and B3. RGB value is (251,143,179). Sum of RGB (Red+Green+Blue) = 251+143+179=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FB3 is #04704C. Grayscale: #B3B3B3. Windows color (decimal): -290893 or 11767803. OLE color: 11767803.

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

Color convert

RGB251143179-
CMYK00.430.290.02
HSL340º93.1%77.25%-
HSV(B)340º43.03%98.43%-
XYZ57.7443.4147.98-
YUV179.4127.78179.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 143 (56.25% from 255) = 24.96%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=43.80%
G=24.96%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114317900.430.290.0234093.177.25
HexFB8FB302B1D21545d4d
Octal373217263053352524135115
Binary1111101110001111101100110101011111011010101010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8FB3; }

 p { color: rgb(251,143,179); }

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

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

 a { background-color: rgb(251,143,179); }

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

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

 span { border-color: rgb(251,143,179); }

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