#FE98FA

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

Shades of Violet #FE98FA

Tints of Violet #FE98FA

Color information

#FE98FA (or 0xFE98FA) is unknown color: approx Violet. HEX triplet: FE, 98 and FA. RGB value is (254,152,250). Sum of RGB (Red+Green+Blue) = 254+152+250=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 152 (59.77% from 255 or 23.17% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE98FA is #016705. Grayscale: #C1C1C1. Windows color (decimal): -91910 or 16423166. OLE color: 16423166.

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

Color convert

RGB254152250-
CMYK00.400.020.00
HSL302.35º98.08%79.61%-
HSV(B)302.35º40.16%99.61%-
XYZ69.3650.4396.52-
YUV193.67159.79171.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 152 (59.77% from 255) = 23.17%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=38.72%
G=23.17%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415225000.400.020.00302.3598.0879.61
HexFE98FA0282012e6250
Octal37623037205020456142120
Binary111111101001100011111010010100010010010111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98FA; }

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

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

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

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

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

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

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

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