#FB8DB4

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

Shades of Illusion #FB8DB4

Tints of Illusion #FB8DB4

Color information

#FB8DB4 (or 0xFB8DB4) is unknown color: approx Illusion. HEX triplet: FB, 8D and B4. RGB value is (251,141,180). Sum of RGB (Red+Green+Blue) = 251+141+180=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DB4 is #04724B. Grayscale: #B2B2B2. Windows color (decimal): -291404 or 11832827. OLE color: 11832827.

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

Color convert

RGB251141180-
CMYK00.440.280.02
HSL338.73º93.22%76.86%-
HSV(B)338.73º43.82%98.43%-
XYZ57.5542.8548.42-
YUV178.34128.94179.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=43.88%
G=24.65%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114118000.440.280.02338.7393.2276.86
HexFB8DB402C1C21535d4d
Octal373215264054342523135115
Binary1111101110001101101101000101100111001010101001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DB4; }

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

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

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

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

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

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

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

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