#FB8878

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

Shades of Salmon #FB8878

Tints of Salmon #FB8878

Color information

#FB8878 (or 0xFB8878) is unknown color: approx Salmon. HEX triplet: FB, 88 and 78. RGB value is (251,136,120). Sum of RGB (Red+Green+Blue) = 251+136+120=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8878 is #047787. Grayscale: #A8A8A8. Windows color (decimal): -292744 or 7899387. OLE color: 7899387.

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

Color convert

RGB251136120-
CMYK00.460.520.02
HSL7.33º94.24%72.75%-
HSV(B)7.33º52.19%98.43%-
XYZ51.9839.4722.65-
YUV168.56100.6186.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.51%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 120 (47.27% from 255) = 23.67%
R=49.51%
G=26.82%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113612000.460.520.027.3394.2472.75
HexFB887802E34275e49
Octal3732101700566427136111
Binary1111101110001000111100001011101101001011110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8878; }

 p { color: rgb(251,136,120); }

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

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

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

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

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

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

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