#FE98B1

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

Shades of Illusion #FE98B1

Tints of Illusion #FE98B1

Color information

#FE98B1 (or 0xFE98B1) is unknown color: approx Illusion. HEX triplet: FE, 98 and B1. RGB value is (254,152,177). Sum of RGB (Red+Green+Blue) = 254+152+177=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE98B1 is #01674E. Grayscale: #B9B9B9. Windows color (decimal): -91983 or 11639038. OLE color: 11639038.

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

Color convert

RGB254152177-
CMYK00.400.300.00
HSL345.29º98.08%79.61%-
HSV(B)345.29º40.16%99.61%-
XYZ60.0446.747.44-
YUV185.35123.29176.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 177 (69.53% from 255) = 30.36%
R=43.57%
G=26.07%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415217700.400.300.00345.2998.0879.61
HexFE98B10281E01596250
Octal376230261050360531142120
Binary111111101001100010110001010100011110010101100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98B1; }

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

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

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

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

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

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

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

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