#FE95FB

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

Shades of Violet #FE95FB

Tints of Violet #FE95FB

Color information

#FE95FB (or 0xFE95FB) is unknown color: approx Violet. HEX triplet: FE, 95 and FB. RGB value is (254,149,251). Sum of RGB (Red+Green+Blue) = 254+149+251=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 149 (58.59% from 255 or 22.78% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE95FB is #016A04. Grayscale: #BFBFBF. Windows color (decimal): -92677 or 16487934. OLE color: 16487934.

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

Color convert

RGB254149251-
CMYK00.410.010.00
HSL301.71º98.13%79.02%-
HSV(B)301.71º41.34%99.61%-
XYZ69.0349.5397.19-
YUV192.02161.29172.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 149 (58.59% from 255) = 22.78%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=38.84%
G=22.78%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414925100.410.010.00301.7198.1379.02
HexFE95FB0291012e624f
Octal37622537305110456142117
Binary11111110100101011111101101010011010010111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95FB; }

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

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

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

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

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

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

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

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