#FE95B1

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

Shades of Illusion #FE95B1

Tints of Illusion #FE95B1

Color information

#FE95B1 (or 0xFE95B1) is unknown color: approx Illusion. HEX triplet: FE, 95 and B1. RGB value is (254,149,177). Sum of RGB (Red+Green+Blue) = 254+149+177=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE95B1 is #016A4E. Grayscale: #B7B7B7. Windows color (decimal): -92751 or 11638270. OLE color: 11638270.

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

Color convert

RGB254149177-
CMYK00.410.300.00
HSL344º98.13%79.02%-
HSV(B)344º41.34%99.61%-
XYZ59.5645.7447.28-
YUV183.59124.29178.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 177 (69.53% from 255) = 30.52%
R=43.79%
G=25.69%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414917700.410.300.0034498.1379.02
HexFE95B10291E0158624f
Octal376225261051360530142117
Binary111111101001010110110001010100111110010101100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95B1; }

 p { color: rgb(254,149,177); }

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

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

 a { background-color: rgb(254,149,177); }

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

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

 span { border-color: rgb(254,149,177); }

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