#FB8870

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

Shades of Salmon #FB8870

Tints of Salmon #FB8870

Color information

#FB8870 (or 0xFB8870) is unknown color: approx Salmon. HEX triplet: FB, 88 and 70. RGB value is (251,136,112). Sum of RGB (Red+Green+Blue) = 251+136+112=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8870 is #04778F. Grayscale: #A7A7A7. Windows color (decimal): -292752 or 7375099. OLE color: 7375099.

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

Color convert

RGB251136112-
CMYK00.460.550.02
HSL10.36º94.56%71.18%-
HSV(B)10.36º55.38%98.43%-
XYZ51.5139.2920.2-
YUV167.6596.6187.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 112 (44.14% from 255) = 22.44%
R=50.30%
G=27.25%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113611200.460.550.0210.3694.5671.18
HexFB887002E372a5f47
Octal37321016005667212137107
Binary11111011100010001110000010111011011110101010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8870; }

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

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

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

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

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

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

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

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