#FE95B3

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

Shades of Illusion #FE95B3

Tints of Illusion #FE95B3

Color information

#FE95B3 (or 0xFE95B3) is unknown color: approx Illusion. HEX triplet: FE, 95 and B3. RGB value is (254,149,179). Sum of RGB (Red+Green+Blue) = 254+149+179=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95B3 is #016A4C. Grayscale: #B7B7B7. Windows color (decimal): -92749 or 11769342. OLE color: 11769342.

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

Color convert

RGB254149179-
CMYK00.410.300.00
HSL342.86º98.13%79.02%-
HSV(B)342.86º41.34%99.61%-
XYZ59.7645.8248.34-
YUV183.82125.29178.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 179 (70.31% from 255) = 30.76%
R=43.64%
G=25.60%
B=30.76%

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
Decimal25414917900.410.300.00342.8698.1379.02
HexFE95B30291E0157624f
Octal376225263051360527142117
Binary111111101001010110110011010100111110010101011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95B3; }

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

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

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

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

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

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

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

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