#FE98FB

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

Shades of Violet #FE98FB

Tints of Violet #FE98FB

Color information

#FE98FB (or 0xFE98FB) is unknown color: approx Violet. HEX triplet: FE, 98 and FB. RGB value is (254,152,251). Sum of RGB (Red+Green+Blue) = 254+152+251=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 152 (59.77% from 255 or 23.14% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE98FB is #016704. Grayscale: #C1C1C1. Windows color (decimal): -91909 or 16488702. OLE color: 16488702.

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

Color convert

RGB254152251-
CMYK00.400.010.00
HSL301.76º98.08%79.61%-
HSV(B)301.76º40.16%99.61%-
XYZ69.5150.4997.35-
YUV193.78160.29170.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 152 (59.77% from 255) = 23.14%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=38.66%
G=23.14%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415225100.400.010.00301.7698.0879.61
HexFE98FB0281012e6250
Octal37623037305010456142120
Binary11111110100110001111101101010001010010111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98FB; }

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

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

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

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

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

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

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

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