#FE98B2

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

Shades of Illusion #FE98B2

Tints of Illusion #FE98B2

Color information

#FE98B2 (or 0xFE98B2) is unknown color: approx Illusion. HEX triplet: FE, 98 and B2. RGB value is (254,152,178). Sum of RGB (Red+Green+Blue) = 254+152+178=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE98B2 is #01674D. Grayscale: #B9B9B9. Windows color (decimal): -91982 or 11704574. OLE color: 11704574.

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

Color convert

RGB254152178-
CMYK00.400.300.00
HSL344.71º98.08%79.61%-
HSV(B)344.71º40.16%99.61%-
XYZ60.1446.7447.97-
YUV185.46123.79176.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 152 (59.77% from 255) = 26.03%
BLUE value IS 178 (69.92% from 255) = 30.48%
R=43.49%
G=26.03%
B=30.48%

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
Decimal25415217800.400.300.00344.7198.0879.61
HexFE98B20281E01596250
Octal376230262050360531142120
Binary111111101001100010110010010100011110010101100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98B2; }

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

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

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

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

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

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

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

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