#FE8FFA

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

Shades of Violet #FE8FFA

Tints of Violet #FE8FFA

Color information

#FE8FFA (or 0xFE8FFA) is unknown color: approx Violet. HEX triplet: FE, 8F and FA. RGB value is (254,143,250). Sum of RGB (Red+Green+Blue) = 254+143+250=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 143 (56.25% from 255 or 22.10% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8FFA is #017005. Grayscale: #BCBCBC. Windows color (decimal): -94214 or 16420862. OLE color: 16420862.

HSL color Cylindrical-coordinate representation of color #FE8FFA: hue angle of 302.16º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FFA is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254143250-
CMYK00.440.020.00
HSL302.16º98.23%77.84%-
HSV(B)302.16º43.7%99.61%-
XYZ67.9547.6296.05-
YUV188.39162.77174.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 143 (56.25% from 255) = 22.10%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=39.26%
G=22.10%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414325000.440.020.00302.1698.2377.84
HexFE8FFA02C2012e624e
Octal37621737205420456142116
Binary111111101000111111111010010110010010010111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FFA; }

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

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

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

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

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

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

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

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