#FB8CFA

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

Shades of Violet #FB8CFA

Tints of Violet #FB8CFA

Color information

#FB8CFA (or 0xFB8CFA) is unknown color: approx Violet. HEX triplet: FB, 8C and FA. RGB value is (251,140,250). Sum of RGB (Red+Green+Blue) = 251+140+250=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 140 (55.08% from 255 or 21.84% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8CFA is #047305. Grayscale: #B9B9B9. Windows color (decimal): -291590 or 16420091. OLE color: 16420091.

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

Color convert

RGB251140250-
CMYK00.440.000.02
HSL300.54º93.28%76.67%-
HSV(B)300.54º44.22%98.43%-
XYZ66.4246.1795.85-
YUV185.73164.27174.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 140 (55.08% from 255) = 21.84%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=39.16%
G=21.84%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114025000.440.000.02300.5493.2876.67
HexFB8CFA02C0212d5d4d
Octal37321437205402455135115
Binary111110111000110011111010010110001010010110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8CFA; }

 p { color: rgb(251,140,250); }

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

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

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

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

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

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

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