#FB8FB2

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

Shades of Illusion #FB8FB2

Tints of Illusion #FB8FB2

Color information

#FB8FB2 (or 0xFB8FB2) is unknown color: approx Illusion. HEX triplet: FB, 8F and B2. RGB value is (251,143,178). Sum of RGB (Red+Green+Blue) = 251+143+178=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8FB2 is #04704D. Grayscale: #B3B3B3. Windows color (decimal): -290894 or 11702267. OLE color: 11702267.

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

Color convert

RGB251143178-
CMYK00.430.290.02
HSL340.56º93.1%77.25%-
HSV(B)340.56º43.03%98.43%-
XYZ57.6443.3747.45-
YUV179.28127.28179.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 178 (69.92% from 255) = 31.12%
R=43.88%
G=25%
B=31.12%

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
Decimal25114317800.430.290.02340.5693.177.25
HexFB8FB202B1D21555d4d
Octal373217262053352525135115
Binary1111101110001111101100100101011111011010101010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8FB2; }

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

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

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

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

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

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

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

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