#FB8DB2

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

Shades of Illusion #FB8DB2

Tints of Illusion #FB8DB2

Color information

#FB8DB2 (or 0xFB8DB2) is unknown color: approx Illusion. HEX triplet: FB, 8D and B2. RGB value is (251,141,178). Sum of RGB (Red+Green+Blue) = 251+141+178=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DB2 is #04724D. Grayscale: #B2B2B2. Windows color (decimal): -291406 or 11701755. OLE color: 11701755.

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

Color convert

RGB251141178-
CMYK00.440.290.02
HSL339.82º93.22%76.86%-
HSV(B)339.82º43.82%98.43%-
XYZ57.3442.7747.35-
YUV178.11127.94179.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 141 (55.47% from 255) = 24.74%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=44.04%
G=24.74%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114117800.440.290.02339.8293.2276.86
HexFB8DB202C1D21545d4d
Octal373215262054352524135115
Binary1111101110001101101100100101100111011010101010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DB2; }

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

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

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

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

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

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

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

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