#FB8FB1

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

Shades of Illusion #FB8FB1

Tints of Illusion #FB8FB1

Color information

#FB8FB1 (or 0xFB8FB1) is unknown color: approx Illusion. HEX triplet: FB, 8F and B1. RGB value is (251,143,177). Sum of RGB (Red+Green+Blue) = 251+143+177=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8FB1 is #04704E. Grayscale: #B3B3B3. Windows color (decimal): -290895 or 11636731. OLE color: 11636731.

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

Color convert

RGB251143177-
CMYK00.430.290.02
HSL341.11º93.1%77.25%-
HSV(B)341.11º43.03%98.43%-
XYZ57.5443.3346.93-
YUV179.17126.78179.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 143 (56.25% from 255) = 25.04%
BLUE value IS 177 (69.53% from 255) = 31.00%
R=43.96%
G=25.04%
B=31.00%

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
Decimal25114317700.430.290.02341.1193.177.25
HexFB8FB102B1D21555d4d
Octal373217261053352525135115
Binary1111101110001111101100010101011111011010101010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8FB1; }

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

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

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

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

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

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

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

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