#FB95FE

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

Shades of Violet #FB95FE

Tints of Violet #FB95FE

Color information

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

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

Color convert

RGB251149254-
CMYK0.010.4100.00
HSL298.29º98.13%79.02%-
HSV(B)298.29º41.34%99.61%-
XYZ68.4249.1699.65-
YUV191.47163.29170.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2511492540.010.4100.00298.2998.1379.02
HexFB95FE1290012a624f
Octal37322537615100452142117
Binary11111011100101011111111011010010010010101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95FE; }

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

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

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

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

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

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

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

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