#FB97FB

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

Shades of Violet #FB97FB

Tints of Violet #FB97FB

Color information

#FB97FB (or 0xFB97FB) is unknown color: approx Violet. HEX triplet: FB, 97 and FB. RGB value is (251,151,251). Sum of RGB (Red+Green+Blue) = 251+151+251=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 151 (59.38% from 255 or 23.12% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB97FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB97FB is #046804. Grayscale: #C0C0C0. Windows color (decimal): -288773 or 16488443. OLE color: 16488443.

HSL color Cylindrical-coordinate representation of color #FB97FB: hue angle of 300º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB97FB is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251151251-
CMYK00.4000.02
HSL300º92.59%78.82%-
HSV(B)300º39.84%98.43%-
XYZ68.2649.6197.24-
YUV192.3161.13169.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 151 (59.38% from 255) = 23.12%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=38.44%
G=23.12%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115125100.4000.0230092.5978.82
HexFB97FB0280212c5d4f
Octal37322737305002454135117
Binary111110111001011111111011010100001010010110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB97FB; }

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

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

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

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

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

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

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

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