#FB9BAD

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

Shades of Illusion #FB9BAD

Tints of Illusion #FB9BAD

Color information

#FB9BAD (or 0xFB9BAD) is unknown color: approx Illusion. HEX triplet: FB, 9B and AD. RGB value is (251,155,173). Sum of RGB (Red+Green+Blue) = 251+155+173=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9BAD is #046452. Grayscale: #B9B9B9. Windows color (decimal): -287827 or 11377659. OLE color: 11377659.

HSL color Cylindrical-coordinate representation of color #FB9BAD: hue angle of 348.75º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9BAD is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251155173-
CMYK00.380.310.02
HSL348.75º92.31%79.61%-
HSV(B)348.75º38.25%98.43%-
XYZ59.0546.9745.49-
YUV185.76120.8174.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.35%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=43.35%
G=26.77%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115517300.380.310.02348.7592.3179.61
HexFB9BAD0261F215d5c50
Octal373233255046372535134120
Binary1111101110011011101011010100110111111010101110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9BAD; }

 p { color: rgb(251,155,173); }

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

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

 a { background-color: rgb(251,155,173); }

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

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

 span { border-color: rgb(251,155,173); }

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