#FB97FC

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

Shades of Violet #FB97FC

Tints of Violet #FB97FC

Color information

#FB97FC (or 0xFB97FC) is unknown color: approx Violet. HEX triplet: FB, 97 and FC. RGB value is (251,151,252). Sum of RGB (Red+Green+Blue) = 251+151+252=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 151 (59.38% from 255 or 23.09% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB97FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB97FC is #046803. Grayscale: #C0C0C0. Windows color (decimal): -288772 or 16553979. OLE color: 16553979.

HSL color Cylindrical-coordinate representation of color #FB97FC: hue angle of 299.41º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB97FC is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251151252-
CMYK0.000.4000.01
HSL299.41º94.39%79.02%-
HSV(B)299.41º40.08%98.82%-
XYZ68.4249.6798.08-
YUV192.41161.63169.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 151 (59.38% from 255) = 23.09%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=38.38%
G=23.09%
B=38.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511512520.000.4000.01299.4194.3979.02
HexFB97FC0280112b5e4f
Octal37322737405001453136117
Binary11111011100101111111110001010000110010101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB97FC; }

 p { color: rgb(251,151,252); }

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

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

 a { background-color: rgb(251,151,252); }

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

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

 span { border-color: rgb(251,151,252); }

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