#FB98FF

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

Shades of Violet #FB98FF

Tints of Violet #FB98FF

Color information

#FB98FF (or 0xFB98FF) is unknown color: approx Violet. HEX triplet: FB, 98 and FF. RGB value is (251,152,255). Sum of RGB (Red+Green+Blue) = 251+152+255=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 152 (59.77% from 255 or 23.10% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB98FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB98FF is #046700. Grayscale: #C1C1C1. Windows color (decimal): -288513 or 16750843. OLE color: 16750843.

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

Color convert

RGB251152255-
CMYK0.020.4000
HSL297.67º100%79.8%-
HSV(B)297.67º40.39%100%-
XYZ69.0650.19100.65-
YUV193.34162.8169.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.15%
GREEN value IS 152 (59.77% from 255) = 23.10%
BLUE value IS 255 (100% from 255) = 38.75%
R=38.15%
G=23.10%
B=38.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511522550.020.4000297.6710079.8
HexFB98FF2280012a6450
Octal37323037725000452144120
Binary111110111001100011111111101010000010010101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98FF; }

 p { color: rgb(251,152,255); }

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

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

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

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

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

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

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