#FB9797

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

Shades of Sweet Pink #FB9797

Tints of Sweet Pink #FB9797

Color information

#FB9797 (or 0xFB9797) is unknown color: approx Sweet Pink. HEX triplet: FB, 97 and 97. RGB value is (251,151,151). Sum of RGB (Red+Green+Blue) = 251+151+151=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9797 is #046868. Grayscale: #B5B5B5. Windows color (decimal): -288873 or 9934843. OLE color: 9934843.

HSL color Cylindrical-coordinate representation of color #FB9797: hue angle of 0º 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 #FB9797 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251151151-
CMYK00.400.400.02
HSL92.59%78.82%-
HSV(B)39.84%98.43%-
XYZ56.4444.8834.97-
YUV180.9111.13178-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115115100.400.400.02092.5978.82
HexFB979702828205d4f
Octal3732272270505020135117
Binary111110111001011110010111010100010100010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9797; }

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

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

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

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

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

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

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

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