#fb9393

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

Shades of Sweet Pink #FB9393

Tints of Sweet Pink #FB9393

Color information

#FB9393 (or 0xFB9393) is unknown color: approx Sweet Pink. HEX triplet: FB, 93 and 93. RGB value is (251,147,147). Sum of RGB (Red+Green+Blue) = 251+147+147=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9393 is #046C6C. Grayscale: #B2B2B2. Windows color (decimal): -289901 or 9671675. OLE color: 9671675.

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

Color convert

RGB251147147-
CMYK00.410.410.02
HSL92.86%78.04%-
HSV(B)41.43%98.43%-
XYZ55.4843.4833.07-
YUV178.1110.46180-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.06%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=46.06%
G=26.97%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114714700.410.410.02092.8678.04
HexFB939302929205d4e
Octal3732232230515120135116
Binary111110111001001110010011010100110100110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb9393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb9393; }

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

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

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

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

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

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

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

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