#FB8DB1

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

Shades of Illusion #FB8DB1

Tints of Illusion #FB8DB1

Color information

#FB8DB1 (or 0xFB8DB1) is unknown color: approx Illusion. HEX triplet: FB, 8D and B1. RGB value is (251,141,177). Sum of RGB (Red+Green+Blue) = 251+141+177=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DB1 is #04724E. Grayscale: #B1B1B1. Windows color (decimal): -291407 or 11636219. OLE color: 11636219.

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

Color convert

RGB251141177-
CMYK00.440.290.02
HSL340.36º93.22%76.86%-
HSV(B)340.36º43.82%98.43%-
XYZ57.2442.7346.83-
YUV177.99127.44180.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=44.11%
G=24.78%
B=31.11%

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
Decimal25114117700.440.290.02340.3693.2276.86
HexFB8DB102C1D21545d4d
Octal373215261054352524135115
Binary1111101110001101101100010101100111011010101010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DB1; }

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

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

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

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

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

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

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

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