#FB9595

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

Shades of Sweet Pink #FB9595

Tints of Sweet Pink #FB9595

Color information

#FB9595 (or 0xFB9595) is unknown color: approx Sweet Pink. HEX triplet: FB, 95 and 95. RGB value is (251,149,149). Sum of RGB (Red+Green+Blue) = 251+149+149=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9595 is #046A6A. Grayscale: #B3B3B3. Windows color (decimal): -289387 or 9803259. OLE color: 9803259.

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

Color convert

RGB251149149-
CMYK00.410.410.02
HSL92.73%78.43%-
HSV(B)40.64%98.43%-
XYZ55.9644.1734.01-
YUV179.5110.79179-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.72%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=45.72%
G=27.14%
B=27.14%

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
Decimal25114914900.410.410.02092.7378.43
HexFB959502929205d4e
Octal3732252250515120135116
Binary111110111001010110010101010100110100110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9595; }

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

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

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

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

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

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

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

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