#FB9FB4

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

Shades of Illusion #FB9FB4

Tints of Illusion #FB9FB4

Color information

#FB9FB4 (or 0xFB9FB4) is unknown color: approx Illusion. HEX triplet: FB, 9F and B4. RGB value is (251,159,180). Sum of RGB (Red+Green+Blue) = 251+159+180=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9FB4 is #04604B. Grayscale: #BCBCBC. Windows color (decimal): -286796 or 11837435. OLE color: 11837435.

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

Color convert

RGB251159180-
CMYK00.370.280.02
HSL346.3º92%80.39%-
HSV(B)346.3º36.65%98.43%-
XYZ60.4248.649.38-
YUV188.9122.98172.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 180 (70.70% from 255) = 30.51%
R=42.54%
G=26.95%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115918000.370.280.02346.39280.39
HexFB9FB40251C215a5c50
Octal373237264045342532134120
Binary1111101110011111101101000100101111001010101101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9FB4; }

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

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

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

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

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

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

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

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