#FE9CB0

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

Shades of Illusion #FE9CB0

Tints of Illusion #FE9CB0

Color information

#FE9CB0 (or 0xFE9CB0) is unknown color: approx Illusion. HEX triplet: FE, 9C and B0. RGB value is (254,156,176). Sum of RGB (Red+Green+Blue) = 254+156+176=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9CB0 is #01634F. Grayscale: #BBBBBB. Windows color (decimal): -90960 or 11574526. OLE color: 11574526.

HSL color Cylindrical-coordinate representation of color #FE9CB0: hue angle of 347.76º 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 #FE9CB0 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254156176-
CMYK00.390.310.00
HSL347.76º98%80.39%-
HSV(B)347.76º38.58%99.61%-
XYZ60.647.9847.14-
YUV187.58121.47175.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 176 (69.14% from 255) = 30.03%
R=43.34%
G=26.62%
B=30.03%

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
Decimal25415617600.390.310.00347.769880.39
HexFE9CB00271F015c6250
Octal376234260047370534142120
Binary111111101001110010110000010011111111010101110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CB0; }

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

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

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

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

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

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

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

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