#FE9BB0

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

Shades of Illusion #FE9BB0

Tints of Illusion #FE9BB0

Color information

#FE9BB0 (or 0xFE9BB0) is unknown color: approx Illusion. HEX triplet: FE, 9B and B0. RGB value is (254,155,176). Sum of RGB (Red+Green+Blue) = 254+155+176=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9BB0 is #01644F. Grayscale: #BBBBBB. Windows color (decimal): -91216 or 11574270. OLE color: 11574270.

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

Color convert

RGB254155176-
CMYK00.390.310.00
HSL347.27º98.02%80.2%-
HSV(B)347.27º38.98%99.61%-
XYZ60.4347.6547.09-
YUV186.99121.8175.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 155 (60.94% from 255) = 26.50%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=43.42%
G=26.50%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415517600.390.310.00347.2798.0280.2
HexFE9BB00271F015b6250
Octal376233260047370533142120
Binary111111101001101110110000010011111111010101101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BB0; }

 p { color: rgb(254,155,176); }

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

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

 a { background-color: rgb(254,155,176); }

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

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

 span { border-color: rgb(254,155,176); }

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